Skip to content

Commit a9e41a6

Browse files
committed
Fix week period to string
1 parent d1f69f6 commit a9e41a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openfisca_core/periods/tests/test__parsers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test__parse_period(arg, expected):
1717
assert _parsers._parse_period(arg) == expected
1818

1919

20-
2120
@pytest.mark.parametrize("arg, error", [
2221
[None, AttributeError],
2322
[{}, AttributeError],

0 commit comments

Comments
 (0)