Skip to content

Commit

Permalink
Removed excess blank line from str test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Oct 23, 2024
1 parent 8f66c0b commit 7cd2849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cell_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_cell_str(self):
cell = Cell(card)
self.assertEqual(str(cell), "CELL: 1, mat: 0, DENS: 0.5 atom/b-cm")
self.assertEqual(
repr(cell), "CELL: 1 \nVoid material \ndensity: 0.5 atom/b-cm\n\n"
repr(cell), "CELL: 1 \nVoid material \ndensity: 0.5 atom/b-cm\n"
)

def test_cell_paremeters_no_eq(self):
Expand Down

0 comments on commit 7cd2849

Please sign in to comment.