File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ def test_get_collections():
3434 collections = [c ["name" ] for c in db .get_collections ()]
3535 defaults = common .get_test_defaults ()
3636 assert defaults ["collection" ] in collections
37- # requires that the "dcoraid" user is in figshare -collection collection
38- assert "figshare -collection" in collections
37+ # requires that the "dcoraid" user is in dcoraid -collection collection
38+ assert "dcoraid -collection" in collections
3939
4040
4141def test_get_datasets_user_owned (tmp_path ):
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ def test_get_collections(tmp_path):
3333 collections = [c ["name" ] for c in db .get_collections ()]
3434 defaults = common .get_test_defaults ()
3535 assert defaults ["collection" ] in collections
36- # requires that the "dcoraid" user is in figshare -collection collection
37- assert "figshare -collection" in collections
36+ # requires that the "dcoraid" user is in dcoraid -collection collection
37+ assert "dcoraid -collection" in collections
3838
3939
4040def test_get_datasets_user_owned (tmp_path ):
You can’t perform that action at this time.
0 commit comments