Skip to content

Commit 5acdb31

Browse files
committed
remove assert statement
1 parent c31b271 commit 5acdb31

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integration/synapseclient/test_command_line_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,6 @@ def test_register_json_schema(self, test_state, schema_organization, schema_file
13331333
assert "Successfully registered schema" in output
13341334
assert schema_name in output
13351335
assert schema_organization.name in output
1336-
assert False
13371336

13381337
def test_register_json_schema_fix_schema_name(
13391338
self, test_state, schema_organization, schema_file

0 commit comments

Comments
 (0)