Skip to content

Commit

Permalink
Added particle type to test to be accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 16, 2024
1 parent 8c652ca commit 42cca61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tally.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def test_parsing_tally_groups(self):
"F4:n 1 2 3",
"F4:n (1 3i 5) (7 8 9) T",
"f4:n (1 3i 5) (7 8 9)",
"F7 (1 3i 5) (7 8 9)",
"F7 (1 3i 5) (7 8 9) ",
"F7:n (1 3i 5) (7 8 9)",
"F7:n (1 3i 5) (7 8 9) ",
]:
print(line)
input = Input([line], BlockType.DATA)
Expand Down

0 comments on commit 42cca61

Please sign in to comment.