Skip to content

Commit 4eb88a6

Browse files
committed
fix test
1 parent a416fbb commit 4eb88a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-insight-client/kotlin-insight-client-test-base/src/main/kotlin/com/linkedplanet/kotlininsightclient/InsightObjectOperatorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ interface InsightObjectOperatorTest {
269269
testFloat = 3.12345678901234, // only double precision does survive this roundtrip
270270
testDate = LocalDate.parse("1984-04-01"),
271271
testDateTime = ZonedDateTime.parse("1983-12-07T14:55:24Z"),
272-
testUrl = setOf("http://localhost", "http://127.0.0.1"),
272+
testUrl = setOf("http://127.0.0.1", "http://localhost"),
273273
testEmail = "[email protected]",
274274
testTextArea = "text area text",
275275
testSelect = listOf("Test Option 2"),

0 commit comments

Comments
 (0)