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 a814d0d commit 103d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ 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"
assert last_action["operationParameters"].get("predicate") == "'2022-02-01'::date = date"


@pytest.mark.parametrize(
Expand Down

0 comments on commit 103d275

Please sign in to comment.