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 9825bc8 commit 8c0e08dCopy full SHA for 8c0e08d
Tests/PowerSyncTests/Kotlin/AttachmentTests.swift renamed to Tests/PowerSyncTests/AttachmentTests.swift
@@ -84,7 +84,7 @@ final class AttachmentTests: XCTestCase {
84
85
let attachmentRecord = try await waitForMatch(
86
iterator: attachmentsWatch,
87
- where: {results in results.first?.state == AttachmentState.synced.rawValue},
+ where: {results in results.first?.state == AttachmentState.synced},
88
timeout: 5
89
).first
90
@@ -159,7 +159,7 @@ final class AttachmentTests: XCTestCase {
159
160
_ = try await waitForMatch(
161
162
163
164
165
0 commit comments