Skip to content

Commit 9301bf0

Browse files
Update tests
1 parent 6e9c740 commit 9301bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ def test_jsonb_json():
237237
"stream" in schema_message
238238
and schema_message["stream"] == altered_table_name
239239
):
240-
assert "object" in schema_message["schema"]["properties"]["column_jsonb"]["type"]
241-
assert "object" in schema_message["schema"]["properties"]["column_json"]["type"]
240+
assert schema_message["schema"]["properties"]["column_jsonb"] == {}
241+
assert schema_message["schema"]["properties"]["column_json"] == {}
242242
assert test_runner.records[altered_table_name][0] == {
243243
"column_jsonb": {"foo": "bar"},
244244
"column_json": {"baz": "foo"}

0 commit comments

Comments
 (0)