Skip to content

Commit e1c7634

Browse files
committed
Fix format
1 parent d816ece commit e1c7634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/DateTimeTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void parseIso8601Format() {
3838
@ParameterizedTest
3939
@ValueSource(strings = {
4040
"2025-05-15T12:34:56Z", // Basic UTC format
41-
"2025-05-15T12:34:56.1234", // With milliseconds
41+
"2025-05-15T12:34:56.1234Z", // With milliseconds
4242
"2025-05-15T12:34:56.123456789Z" // With nanoseconds
4343
})
4444
void testValidIso8601Formats(String timestamp) {

0 commit comments

Comments
 (0)