Source File: fix issue with boolean types in schema (#1873)
This commit is contained in:
@@ -26,4 +26,4 @@ from source_file.client import Client
|
||||
|
||||
|
||||
def test_example_method():
|
||||
assert Client.dtype_to_json_type("bool") == "bool"
|
||||
assert Client.dtype_to_json_type("bool") == "boolean"
|
||||
|
||||
Reference in New Issue
Block a user