Skip to content

Commit

Permalink
fix postgres test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed May 15, 2024
1 parent 6b78f9b commit 4468b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_full_example_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_full_example_postgres(tmp_path, pg_engine):

count_comparisons_from_blocking_rule(
table_or_tables=df,
blocking_rule='l.first_name = r.first_name and l."SUR name" = r."SUR name"',
blocking_rule='l.first_name = r.first_name and l."surname" = r."surname"',
link_type="dedupe_only",
db_api=db_api,
unique_id_column_name="unique_id",
Expand Down

0 comments on commit 4468b9d

Please sign in to comment.