Skip to content

Commit 5406a85

Browse files
committed
Make sure to clean up the test IdentDB in test 33
1 parent 02b5326 commit 5406a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_33_identifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ def test_transient_nameid(self):
172172
assert nameid.text.strip() != nameid2.text.strip()
173173

174174
def teardown_class(self):
175-
if os.path.exists("foobar.db"):
176-
os.unlink("foobar.db")
175+
if os.path.exists("subject.db"):
176+
os.unlink("subject.db")
177177

0 commit comments

Comments
 (0)