Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Oct 17, 2024
1 parent 26ad02f commit 7e3eaee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ fn test_parse() {
assert_eq!(spac13g6_15c.gene_uniquename, "SPAC13G6.15c");

let mobidb_match = spac13g6_15c.interpro_matches.get(0).unwrap();
assert_eq!(mobidb_match.dbname, "MOBIDB_LITE");
assert_eq!(mobidb_match.id, "mobidb-lite");
assert_eq!(mobidb_match.dbname, "MOBIDB-Disorder");
assert_eq!(mobidb_match.id, "mobidb-lite-Disorder");

let mobidb_locations = &mobidb_match.locations;
assert_eq!(mobidb_locations.get(0).unwrap().end, 163);
Expand Down

0 comments on commit 7e3eaee

Please sign in to comment.