Skip to content

Commit

Permalink
FIXTEST: Fixing unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpu-creare committed Apr 17, 2020
1 parent 6321511 commit 7494a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podpac/core/data/test/test_file_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_cache_dataset(self):

with podpac.settings:
podpac.settings["DEFAULT_CACHE"] = ["ram"]
node = MockLoadFile(source="file:///%s" % path)
node = MockLoadFile(source="file:///%s" % path, cache_dataset=True)
node.dataset

# node caches dataset object
Expand Down

0 comments on commit 7494a98

Please sign in to comment.