Skip to content

Commit cd7196f

Browse files
committed
fix test
1 parent 0aab0b4 commit cd7196f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/SharingGRDBTests/FetchTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ struct FetchTests {
2121
#expect(records == [Record(id: 2), Record(id: 3)])
2222
}
2323

24-
@Test func bareFetchCount() async throws {
25-
@FetchOne var recordsCount = 0
26-
try await Task.sleep(nanoseconds: 100_000_000)
27-
#expect(recordsCount == 3)
28-
}
29-
3024
@Test func fetchCountWithQuery() async throws {
3125
@FetchOne(Record.where { $0.id > 1 }.count()) var recordsCount = 0
3226
try await Task.sleep(nanoseconds: 100_000_000)

0 commit comments

Comments
 (0)