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 5e050d8 commit 9e142d0Copy full SHA for 9e142d0
Tests/AsyncDataLoaderTests/DataLoaderTests.swift
@@ -571,7 +571,6 @@ final class DataLoaderTests: XCTestCase {
571
let identityLoader = DataLoader<String, String>(
572
options: DataLoaderOptions(executionPeriod: sleepConstant)
573
) { keys in
574
-
575
keys.map { DataLoaderValue.success($0) }
576
}
577
0 commit comments