Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 18, 2023
1 parent 6e9c740 commit 9301bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ def test_jsonb_json():
"stream" in schema_message
and schema_message["stream"] == altered_table_name
):
assert "object" in schema_message["schema"]["properties"]["column_jsonb"]["type"]
assert "object" in schema_message["schema"]["properties"]["column_json"]["type"]
assert schema_message["schema"]["properties"]["column_jsonb"] == {}
assert schema_message["schema"]["properties"]["column_json"] == {}
assert test_runner.records[altered_table_name][0] == {
"column_jsonb": {"foo": "bar"},
"column_json": {"baz": "foo"}
Expand Down

0 comments on commit 9301bf0

Please sign in to comment.