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 c3a9591 commit 5a1742dCopy full SHA for 5a1742d
1 file changed
core/src/commonIntegrationTest/kotlin/com/powersync/CrudTest.kt
@@ -134,10 +134,11 @@ class CrudTest {
134
)
135
batch.crud[0].previousValues shouldBe null
136
137
- batch.crud[1].opData shouldBe mapOf(
138
- "a" to "te\"xt",
139
- "b" to null,
140
- )
+ batch.crud[1].opData shouldBe
+ mapOf(
+ "a" to "te\"xt",
+ "b" to null,
141
+ )
142
batch.crud[1].opData?.typed shouldBe
143
mapOf(
144
"a" to "te\"xt",
0 commit comments