Skip to content

Commit

Permalink
Update test_common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKordes authored Sep 6, 2024
1 parent e99ae70 commit fa5649b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,11 @@ def test_initialisation_with_wrong_typed_dataset_raises_type_error(self):
dataset=123,
tables=[
RulesDict(
unique_identifier=expected_unique_identifier,
table_name=expected_table_name,
rules_list=expected_rules_list,
unique_identifier="id",
table_name="the_table",
rules_list=[
Rule(rule_name="the_rule", parameters=[{"q": 42}])
],
)
]
)
Expand Down

0 comments on commit fa5649b

Please sign in to comment.