Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 19, 2021
1 parent 72e9fae commit 3468bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lammps/test_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_interactive_cells_setter(self):
)
self.assertEqual(
self.job._interactive_library._command[-2],
"change_box all x final 0 1.000000 y final 0 1.000000 z final 0 1.000000 xy final 0.000000 xz final 0.000000 yz final 0.000000 units box",
"change_box all x final 0 1.000000 y final 0 1.000000 z final 0 1.000000 xy final 0.000000 xz final 0.000000 yz final 0.000000 units box",
)
self.assertEqual(
self.job._interactive_library._command[-1],
Expand Down

0 comments on commit 3468bd0

Please sign in to comment.