Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
haessar committed Jan 15, 2024
1 parent c6654e6 commit 7a1d5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def setUp(self):
gffutils.create_db(os.path.join(TEST_DIR, self.args.GFF_IN), self.db_path, force=True)

def tearDown(self):
os.remove(os.path.join(TEST_DIR, "Chr1.db"))
os.remove(self.db_path)

def test_matching_chr(self):
mock_af = MagicMock()
Expand Down

0 comments on commit 7a1d5bc

Please sign in to comment.