@@ -91,7 +91,7 @@ def test_filepath(store="repo"):
9191
9292def test_filepath_s3 ():
9393 """ test file management with s3 """
94- test_filepath (store = "repo_s3 " )
94+ test_filepath (store = "repo-s3 " )
9595
9696
9797def test_duplicate_upload (store = "repo" ):
@@ -107,7 +107,7 @@ def test_duplicate_upload(store="repo"):
107107
108108
109109def test_duplicate_upload_s3 ():
110- test_duplicate_upload (store = "repo_s3 " )
110+ test_duplicate_upload (store = "repo-s3 " )
111111
112112
113113@raises (dj .DataJointError )
@@ -128,7 +128,7 @@ def test_duplicate_error(store="repo"):
128128
129129
130130def test_duplicate_error_s3 ():
131- test_duplicate_error (store = "repo_s3 " )
131+ test_duplicate_error (store = "repo-s3 " )
132132
133133
134134def test_filepath_class (table = Filepath (), store = "repo" ):
@@ -176,12 +176,12 @@ def test_filepath_class_again():
176176
177177
178178def test_filepath_class_s3 ():
179- test_filepath_class (FilepathS3 (), "repo_s3 " )
179+ test_filepath_class (FilepathS3 (), "repo-s3 " )
180180
181181
182182def test_filepath_class_s3_again ():
183183 """test_filepath_class_s3 again to deal with existing remote files"""
184- test_filepath_class (FilepathS3 (), "repo_s3 " )
184+ test_filepath_class (FilepathS3 (), "repo-s3 " )
185185
186186
187187def test_filepath_cleanup (table = Filepath (), store = "repo" ):
@@ -218,7 +218,7 @@ def test_filepath_cleanup(table=Filepath(), store="repo"):
218218
219219def test_filepath_cleanup_s3 ():
220220 """test deletion of filepath entries from external table """
221- store = "repo_s3 "
221+ store = "repo-s3 "
222222 test_filepath_cleanup (FilepathS3 (), store )
223223
224224
0 commit comments