Skip to content

Commit

Permalink
hotfix for test (#4173)
Browse files Browse the repository at this point in the history
* hotfix for test

* removed comment
  • Loading branch information
abidlabs authored and dawoodkhan82 committed May 12, 2023
1 parent 2802c36 commit d8307c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/python/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@ def test_file_io(self, file_io_demo):
"type": "List[str]",
"description": "List of filepath(s) or URL(s) to files",
}
# Will change to list when we do the next gradio release
assert isinstance(inputs[0]["example_input"], str)
assert isinstance(inputs[0]["example_input"], list)
assert isinstance(inputs[0]["example_input"][0], str)

assert inputs[1]["python_type"] == {
"type": "str",
Expand Down

0 comments on commit d8307c3

Please sign in to comment.