diff --git a/tests/test_tally.py b/tests/test_tally.py index 9d59d50b..c8beb93b 100644 --- a/tests/test_tally.py +++ b/tests/test_tally.py @@ -22,7 +22,6 @@ def test_parsing_tally_groups(self): print(line) input = Input([line], BlockType.DATA) data = parse_data(input) - self.assertEqual(data.prefix, "f") def test_parsing_tally_print(self): input = Input(["Fq4 f p e"], BlockType.DATA)