Skip to content

Commit

Permalink
fixing test due to wasabi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavTuli committed Feb 4, 2021
1 parent daa6a4b commit 911185d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub/api/tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ def test_dataset_batch_write_2():
def test_dataset_hub():
password = os.getenv("ACTIVELOOP_HUB_PASSWORD")
login_fn("testingacc", password)
test_dataset("testingacc/test_dataset_private", public=False)
test_dataset("testingacc/test_dataset_public")
test_dataset("testingacc/test_dataset_private_2", public=False)
test_dataset("testingacc/test_dataset_public_2")


@pytest.mark.skipif(not gcp_creds_exist(), reason="requires gcp credentials")
Expand Down

0 comments on commit 911185d

Please sign in to comment.