Skip to content

Commit 6d45ae6

Browse files
Remove unnecessary await call
Co-authored-by: Gabriel Maldonado <[email protected]>
1 parent 37b4e98 commit 6d45ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Tests/YosemiteTests/PointOfSale/SearchDebounceStrategyTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct FetchStrategyDebouncingTests {
8989

9090
@Test("Local search strategy returns simple debouncing with loading delay threshold")
9191
func test_local_search_strategy_returns_simple_debouncing_with_threshold() async throws {
92-
let grdbManager = try await GRDBManager()
92+
let grdbManager = try GRDBManager()
9393

9494
// Initialize site
9595
try await grdbManager.databaseConnection.write { db in

0 commit comments

Comments
 (0)