Skip to content

Commit b94081a

Browse files
Update tests/test_audit.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ae19cd commit b94081a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_audit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def test_validate_lookback_period_valid_cases(
318318

319319

320320
@pytest.mark.parametrize(
321-
("input_period",),
321+
"input_period",
322322
[
323323
({"days": 0},),
324324
({"days": -5},),

0 commit comments

Comments
 (0)