Skip to content

Commit f3a7d44

Browse files
anth-volkclaude
andcommitted
Format test_set_user_policy_dataset.py with black
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e13743d commit f3a7d44

1 file changed

Lines changed: 26 additions & 4 deletions

File tree

tests/unit/endpoints/test_set_user_policy_dataset.py

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,19 @@ def test_set_user_policy_dataset_param_included(test_db):
3232
"number_of_provisions, api_version, added_date, updated_date) "
3333
"VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
3434
(
35-
country_id, None, reform_id, None, baseline_id, user_id,
36-
year, geography, dataset, 3, "1.0.0", now, now,
35+
country_id,
36+
None,
37+
reform_id,
38+
None,
39+
baseline_id,
40+
user_id,
41+
year,
42+
geography,
43+
dataset,
44+
3,
45+
"1.0.0",
46+
now,
47+
now,
3748
),
3849
)
3950

@@ -76,8 +87,19 @@ def test_set_user_policy_dataset_null_still_works(test_db):
7687
"number_of_provisions, api_version, added_date, updated_date) "
7788
"VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
7889
(
79-
country_id, None, reform_id, None, baseline_id, user_id,
80-
year, geography, dataset, 3, "1.0.0", now, now,
90+
country_id,
91+
None,
92+
reform_id,
93+
None,
94+
baseline_id,
95+
user_id,
96+
year,
97+
geography,
98+
dataset,
99+
3,
100+
"1.0.0",
101+
now,
102+
now,
81103
),
82104
)
83105

0 commit comments

Comments
 (0)