Skip to content

Commit c407a23

Browse files
committed
Merge branch 'main' into refactor/data_kind
2 parents 9f30479 + 4cca4c1 commit c407a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_which.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_which_nonascii_path(monkeypatch):
6868
# Start a new session
6969
begin()
7070
# GMT should download the remote file under the new home directory.
71-
fname = which(fname="@static_earth_relief.nc", download="c", verbose="d")
71+
fname = which(fname="@static_earth_relief.nc", download="c")
7272
assert fname.startswith(fakehome)
7373
assert fname.endswith("static_earth_relief.nc")
7474
end()

0 commit comments

Comments
 (0)