Skip to content

Commit c7e26c1

Browse files
committed
Check platform.machine
1 parent 01cdb21 commit c7e26c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygmt/tests/test_x2sys_cross.py

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
from pygmt.exceptions import GMTInvalidInput
2020

2121

22+
def test_platform_machine():
23+
assert platform.machine() == ""
24+
25+
2226
@pytest.fixture(name="mock_x2sys_home")
2327
def _fixture_mock_x2sys_home(monkeypatch):
2428
"""

0 commit comments

Comments
 (0)