Skip to content

Commit

Permalink
test: correct "TeatUploadData" to "TestUploadData" in test_upload.py
Browse files Browse the repository at this point in the history
PR Closed: #752
  • Loading branch information
zhen.chen authored and AChenQ committed Jun 24, 2021
1 parent e66f536 commit a68ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def test_upload_frame_with_order(self, accesskey, url, tmp_path):
gas_client.delete_dataset(dataset_name)


class TeatUploadData:
class TestUploadData:
def test_add_file(self, accesskey, url, tmp_path):
gas_client = GAS(access_key=accesskey, url=url)
dataset_name = get_dataset_name()
Expand Down

0 comments on commit a68ce75

Please sign in to comment.