Skip to content

Commit

Permalink
One.load_cache now public method
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Sep 28, 2022
1 parent fbca3ee commit 13556e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainbox/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setUp(self) -> None:
# Add some fake records to the cache
if not self.one.search(subject='subject', date='2019-08-12', number='001'):
make_parquet_db(self.tmpdir)
self.one._load_cache(cache_dir=self.tmpdir)
self.one.load_cache(cache_dir=self.tmpdir)

def test_load_ephys(self):
# straight test
Expand Down

0 comments on commit 13556e3

Please sign in to comment.