Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
din14970 committed Oct 6, 2020
1 parent 61c8a0f commit 15d3d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ def test_get_beam_directions_grid(crystal_system, mesh):

def test_invalid_mesh_beam_directions():
with pytest.raises(Exception):
get_beam_directions_grid(10, "non_existant")
_ = get_beam_directions_grid("cubic", 10, mesh="non_existant")

0 comments on commit 15d3d9c

Please sign in to comment.