Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Jun 12, 2024
1 parent c1908bd commit a70917a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/subclass_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ def test_del_empty_sub(self, fd_empty):
assert f2 == fd_empty
assert f2 is not fd_empty

def test_missing(self, fd):
fd_missing = self.FrozendictMissingClass(fd)
assert fd_missing[0] == 0
# def test_missing(self, fd):
# fd_missing = self.FrozendictMissingClass(fd)
# assert fd_missing[0] == 0

0 comments on commit a70917a

Please sign in to comment.