Skip to content

Commit

Permalink
Removed unnecessary tally test
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Feb 4, 2024
1 parent 7b8a884 commit 5fe1fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tally.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5fe1fd6

Please sign in to comment.