Skip to content

Commit

Permalink
fix: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZirgVoice committed Oct 22, 2024
1 parent 5e5b3fd commit 0def900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AsyncDataLoaderTests/DataLoaderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ final class DataLoaderTests: XCTestCase {
XCTAssertEqual(result3, 3)

let calls = await loadCalls.wrappedValue

XCTAssertEqual(calls.first?.count, 2)
XCTAssertEqual(calls.last?.count, 1)
}
Expand Down

0 comments on commit 0def900

Please sign in to comment.