Skip to content

Commit

Permalink
Update tests/regression/test_datawarehouse_regression.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Weeden <[email protected]>
  • Loading branch information
RodneyCodess and aaronweeden authored Jun 24, 2024
1 parent 50bc530 commit 65b1e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/test_datawarehouse_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_get_data_filter_user(valid_dw):


@pytest.mark.parametrize(
"duration,aggregation_unit,data_file",
'duration,aggregation_unit,data_file',
[
(('2023-01-01', '2023-12-31'), 'Quarter', "jobs-2023-quarters.csv"),
(('2022-01-01', '2023-12-31'), 'Year', "jobs-2022-2023-years.csv"),
Expand Down

0 comments on commit 65b1e6c

Please sign in to comment.