Skip to content

Commit 3a59755

Browse files
committed
CDK: fix test
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 689bdaa commit 3a59755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/declarative/interpolation/test_macros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_macros_export(test_name, fn_name, found_in_macros):
7979
),
8080
(
8181
"2022-01-01T01:01:01Z",
82-
"%ms",
82+
"%epoch_microseconds",
8383
"%Y-%m-%dT%H:%M:%SZ",
8484
"1640998861000000",
8585
),

0 commit comments

Comments
 (0)