Skip to content

Commit

Permalink
Fix function name in rotate_x test
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Jul 2, 2018
1 parent 5baee6b commit 02d5e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_surfgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def test_grid_rotate_x1(grid):
def test_grid_rotate_x2():
test_grid = CPGen.Grid(7, 13)
with pytest.raises(RuntimeError):
test_grid.translate(15)
test_grid.rotate_x(15)


def test_grid_rotate_y1(grid):
Expand Down

0 comments on commit 02d5e18

Please sign in to comment.