Skip to content

Commit

Permalink
Fix python test
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Schmitz <[email protected]>
  • Loading branch information
Jonas Schmitz authored and ion-elgreco committed Nov 22, 2024
1 parent 103d275 commit bda46e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/tests/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,10 @@ def test_merge_date_partitioned_2344(tmp_path: pathlib.Path):

assert last_action["operation"] == "MERGE"
assert result == data
assert last_action["operationParameters"].get("predicate") == "'2022-02-01'::date = date"
assert (
last_action["operationParameters"].get("predicate")
== "'2022-02-01'::date = date"
)


@pytest.mark.parametrize(
Expand Down

0 comments on commit bda46e3

Please sign in to comment.