Skip to content

Commit

Permalink
Fix failing tests due to new config
Browse files Browse the repository at this point in the history
"exclude_references"
  • Loading branch information
kimrutherford committed Jan 24, 2025
1 parent b0eb320 commit 50ce377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@
"file_exports": {
"site_map_reference_prefixes": [],
"site_map_term_prefixes": [],
"exclude_references": [],
"macromolecular_complexes": null,
"annotation_subsets": [
{
Expand Down
1 change: 1 addition & 0 deletions tests/test_data_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ fn get_test_config() -> Config {
file_exports: FileExportConfig {
site_map_reference_prefixes: vec![],
site_map_term_prefixes: vec![],
exclude_references: HashSet::new(),
macromolecular_complexes: None,
rnacentral: None,
annotation_subsets: vec![],
Expand Down
1 change: 1 addition & 0 deletions tests/test_db_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ fn get_test_config() -> Config {
file_exports: FileExportConfig {
site_map_reference_prefixes: vec![],
site_map_term_prefixes: vec![],
exclude_references: HashSet::new(),
macromolecular_complexes: None,
rnacentral: None,
annotation_subsets: vec![],
Expand Down

0 comments on commit 50ce377

Please sign in to comment.