Skip to content

Commit 6226f2b

Browse files
committed
fix: formatting
1 parent 61cee77 commit 6226f2b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

tests/serializers/test_any.py

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,19 @@ def test_any_config_timedelta(
340340
'milliseconds_int',
341341
),
342342
(
343-
datetime(2024, 1, 1, 0, 0, 0, 100, ),
344-
1704067201000,
345-
b'1704067201000',
346-
{'1704067201000': 'foo'},
347-
b'{"1704067201000":"foo"}',
343+
datetime(
344+
2024,
345+
1,
346+
1,
347+
0,
348+
0,
349+
0,
350+
1,
351+
),
352+
1704067200001,
353+
b'1704067200001',
354+
{'1704067200001': 'foo'},
355+
b'{"170406720001":"foo"}',
348356
'milliseconds_int',
349357
),
350358
],

0 commit comments

Comments
 (0)