Skip to content

Commit

Permalink
Expand test
Browse files Browse the repository at this point in the history
  • Loading branch information
akarashchuk committed Nov 16, 2023
1 parent ff2bff2 commit 5619456
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ internal class ConcatFieldsTest {
val transformed = xformValue.apply(record).value() as Map<*, *>

Assertions.assertEquals(1, transformed["id"])
Assertions.assertEquals(53.9000000, transformed["latitude"])
Assertions.assertEquals(-27.5666700, transformed["longitude"])
Assertions.assertEquals("53.9,-27.56667", transformed["location"])
}

Expand Down

0 comments on commit 5619456

Please sign in to comment.