We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7272 commit 9e06e52Copy full SHA for 9e06e52
kotlin-insight-client/kotlin-insight-client-test-sdk/src/test/kotlin/it/InsightSdkClientTest.kt
@@ -70,7 +70,7 @@ class InsightSdkClientTest : InsightClientTest() {
70
AttributeValueTestData("INT", 47, 117, "", null, 1, 10, listOf("1")),
71
AttributeValueTestData("FLOAT", 47, 118, "", null, 1, 10, listOf("1.0")),
72
AttributeValueTestData("DATE", 47, 119, "", null, 1, 10, listOf("1/Jan/25")),
73
- AttributeValueTestData("DATETIME", 47, 120, "", null, 1, 10, listOf("01/Jan/25 11:00 AM")),
+ AttributeValueTestData("DATETIME", 47, 120, "", null, 1, 10, listOf("31/Dec/24 11:00 PM")),
74
AttributeValueTestData("URL", 47, 121, "", null, 1, 10, listOf("http://localhost:0001/")),
75
AttributeValueTestData("EMAIL", 47, 122, "", null, 1, 10, listOf("[email protected]")),
76
AttributeValueTestData("TEXTAREA", 47, 123, "", null, 1, 10, listOf("<p>TEXTAREA_1</p>")),
0 commit comments