Skip to content

Commit 75016c7

Browse files
committed
Reformat
1 parent 0ca8be0 commit 75016c7

File tree

1 file changed

+5
-4
lines changed
  • core/src/commonIntegrationTest/kotlin/com/powersync

1 file changed

+5
-4
lines changed

core/src/commonIntegrationTest/kotlin/com/powersync/CrudTest.kt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ class CrudTest {
134134
)
135135
batch.crud[0].previousValues shouldBe null
136136

137-
batch.crud[1].opData shouldBe mapOf(
138-
"a" to "te\"xt",
139-
"b" to null,
140-
)
137+
batch.crud[1].opData shouldBe
138+
mapOf(
139+
"a" to "te\"xt",
140+
"b" to null,
141+
)
141142
batch.crud[1].opData?.typed shouldBe
142143
mapOf(
143144
"a" to "te\"xt",

0 commit comments

Comments
 (0)