Skip to content

Commit

Permalink
test: stop checking nonexistent dataset in "test_list_dataset_names"
Browse files Browse the repository at this point in the history
PR Closed: #554
  • Loading branch information
zhen.chen authored and AChenQ committed May 17, 2021
1 parent b7f9672 commit 26898fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def test_list_dataset_names(self, accesskey, url):

datasets = gas_client.list_dataset_names()
assert dataset_name in datasets
dataset_name_1 = get_dataset_name()
assert dataset_name_1 not in datasets

gas_client.delete_dataset(dataset_name)

Expand Down

0 comments on commit 26898fd

Please sign in to comment.