Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 29, 2025
1 parent 684c998 commit ae39351
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_format_bcif.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@ def make_bcif(c):
self.assertRaises(_format.FileFormatError, self._read_bcif_raw,
d, {'_foo': h})

self._read_bcif_raw(d, {'_foo': h})

def test_omitted_unknown_not_in_file_explicit(self):
"""Test explicit handling of omitted/unknown/not in file data"""
cat = Category(u'_foo',
Expand Down

0 comments on commit ae39351

Please sign in to comment.