Skip to content

Commit

Permalink
TST: fix my incorrect condition in test_annotation_db used during per…
Browse files Browse the repository at this point in the history
…sonal testing
  • Loading branch information
rmcar17 committed Mar 13, 2024
1 parent 4198365 commit ce6a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core/test_annotation_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def test_gff_end_renamed_to_stop(DATA_DIR, gb_db):
del old_rich_dict["init_args"]
del new_rich_dict["init_args"]

assert old_rich_dict != new_rich_dict
assert old_rich_dict == new_rich_dict


def test_gbdb_get_children_fails_no_coords(gb_db):
Expand Down

0 comments on commit ce6a62d

Please sign in to comment.