Skip to content

Commit e94645a

Browse files
committed
fix for OSX
1 parent 08ae1d3 commit e94645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_node_registry_url_settable(monkeypatch):
2121

2222
def test_cache_fname_default(tmp_cache):
2323
importlib.reload(marble_client.constants)
24-
assert (marble_client.constants.CACHE_FNAME ==
24+
assert (os.path.realpath(marble_client.constants.CACHE_FNAME) ==
2525
os.path.join(tmp_cache, "registry.cached.json"))
2626

2727

0 commit comments

Comments
 (0)