Skip to content

Commit 4cca4c1

Browse files
authored
Remove the verbose='d' setting in test_which_nonascii_path (#3368)
1 parent 053c5d8 commit 4cca4c1

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)