File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def test_put_fetch(self):
1919 adapter = StorageMockAdapter ()
2020 try :
2121 storage = PluggableSplitStorage (adapter )
22- split_fn = os .path .join (os .path .dirname (__file__ ), 'files' , 'split_Changes .json' )
22+ split_fn = os .path .join (os .path .dirname (__file__ ), 'files' , 'split_changes .json' )
2323 with open (split_fn , 'r' ) as flo :
2424 data = json .loads (flo .read ())
2525 for split in data ['splits' ]:
@@ -85,7 +85,7 @@ def test_get_all(self):
8585 adapter = StorageMockAdapter ()
8686 try :
8787 storage = PluggableSplitStorage (adapter )
88- split_fn = os .path .join (os .path .dirname (__file__ ), 'files' , 'split_Changes .json' )
88+ split_fn = os .path .join (os .path .dirname (__file__ ), 'files' , 'split_changes .json' )
8989 with open (split_fn , 'r' ) as flo :
9090 data = json .loads (flo .read ())
9191 for split in data ['splits' ]:
You can’t perform that action at this time.
0 commit comments