Skip to content

Commit e44e712

Browse files
committed
Improve docstrings for the new test
1 parent 5cd8275 commit e44e712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_plot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_plot3d_fail_1d_array_with_data(data, region):
9090

9191
def test_plot3d_fail_no_data(data, region):
9292
"""
93-
Should raise an exception if data is not enough.
93+
Should raise an exception if data is not enough or too much.
9494
"""
9595
fig = Figure()
9696
with pytest.raises(GMTInvalidInput):

0 commit comments

Comments
 (0)