Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Oct 3, 2023
1 parent 6b8515e commit 2d6698f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_data_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ fn get_test_config() -> Config {
modification_extension_rel_types: HashSet::new(),
widget_track_names: HashSet::new(),
full_display_excluded: HashSet::new(),
},
apicuron: ApicuronConfig {
resource_id: flex_str!("pombase"),
}
};

Expand Down
3 changes: 3 additions & 0 deletions tests/test_db_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,9 @@ fn get_test_config() -> Config {
modification_extension_rel_types: HashSet::new(),
widget_track_names: HashSet::new(),
full_display_excluded: HashSet::new(),
},
apicuron: ApicuronConfig {
resource_id: flex_str!("pombase"),
}
};

Expand Down

0 comments on commit 2d6698f

Please sign in to comment.