Skip to content

Commit

Permalink
Misplaced ; in test/runtests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joroks <[email protected]>
  • Loading branch information
jmeziere and Joroks authored Aug 9, 2024
1 parent 195a8b5 commit 75be3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ end
@test_throws ArgumentError create_atoms(lmp, x[1:2,:], id, types; v, image, bexpand=true)
@test_throws ArgumentError create_atoms(lmp, x, id[1:99], types; v, image, bexpand=true)
@test_throws ArgumentError create_atoms(lmp, x, id, types[1:99]; v, image, bexpand=true)
@test_throws ArgumentError create_atoms(lmp, x, id, types; v=v[1:2,:]; image, bexpand=true)
@test_throws ArgumentError create_atoms(lmp, x, id, types; v=v[1:2,:], image, bexpand=true)
@test_throws ArgumentError create_atoms(lmp, x, id, types; v, image=image[1:99], bexpand=true)

end
Expand Down

0 comments on commit 75be3f4

Please sign in to comment.