1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Source File: fix issue with boolean types in schema (#1873)

This commit is contained in:
Eugene K
2021-01-29 04:02:53 -03:00
committed by GitHub
parent c34bcd230a
commit e9769c8159
7 changed files with 7 additions and 6 deletions

View File

@@ -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"