Skip to content

Commit f5e44c4

Browse files
committed
Fix a typo
1 parent 74c632f commit f5e44c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_clib_put_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def test_put_vector_invalid_dtype():
225225
dim=[2, 3, 0, 0], # ncolumns, nrows, dtype, unused
226226
)
227227
data = np.array([37, 12, 556], dtype=dtype)
228-
with pytest.raises(GMTTypeError, match="Invalid data type"):
228+
with pytest.raises(GMTTypeError, match="Unrecognized data type"):
229229
lib.put_vector(dataset, column=0, vector=data)
230230

231231

0 commit comments

Comments
 (0)