Skip to content

Commit

Permalink
Format codes
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Feb 12, 2021
1 parent dbfd7e2 commit 6769dc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pygmt/tests/test_clib_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ def test_load_libgmt_fails(monkeypatch):


def test_load_libgmt_with_a_bad_library_path(monkeypatch):
"Test that loading still works when given a bad library path."
"""
Test that loading still works when given a bad library path.
"""
# Set a fake "GMT_LIBRARY_PATH"
monkeypatch.setenv("GMT_LIBRARY_PATH", "/not/a/real/path")
assert check_libgmt(load_libgmt()) is None
Expand Down

0 comments on commit 6769dc3

Please sign in to comment.