Skip to content

Commit 8c0e08d

Browse files
fix build
1 parent 9825bc8 commit 8c0e08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/PowerSyncTests/Kotlin/AttachmentTests.swift renamed to Tests/PowerSyncTests/AttachmentTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ final class AttachmentTests: XCTestCase {
8484

8585
let attachmentRecord = try await waitForMatch(
8686
iterator: attachmentsWatch,
87-
where: {results in results.first?.state == AttachmentState.synced.rawValue},
87+
where: {results in results.first?.state == AttachmentState.synced},
8888
timeout: 5
8989
).first
9090

@@ -159,7 +159,7 @@ final class AttachmentTests: XCTestCase {
159159

160160
_ = try await waitForMatch(
161161
iterator: attachmentsWatch,
162-
where: {results in results.first?.state == AttachmentState.synced.rawValue},
162+
where: {results in results.first?.state == AttachmentState.synced},
163163
timeout: 5
164164
).first
165165

0 commit comments

Comments
 (0)