We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54ac45 commit e816b24Copy full SHA for e816b24
src/test/java/com/esri/logger/PatternEncoderTest.kt
@@ -161,8 +161,8 @@ class PatternEncoderTest {
161
val encodedString = encoder.encode(loggingEvent).decodeToString()
162
163
assertEquals(
164
- "The timestamp should be encoded as [10-11-2024 12:49:22,123]",
165
- "10-11-2024 12:49:22,123 Hello!",
+ "The timestamp should be encoded as [10-11-2024 21:49:22,123]",
+ "10-11-2024 21:49:22,123 Hello!",
166
encodedString)
167
}
168
0 commit comments