mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
🎨 :: Format code
This commit is contained in:
@@ -150,7 +150,7 @@ final class GradientActivityIndicatorViewModelTestCase: XCTestCase {
|
||||
}
|
||||
|
||||
// Then
|
||||
let expectedGradientLayerColors = [UIColor.red, .yellow, .green, .yellow, .red, .yellow, .green].map { $0.cgColor }
|
||||
let expectedGradientLayerColors = [UIColor.red, .yellow, .green, .yellow, .red, .yellow, .green].map(\.cgColor)
|
||||
XCTAssertEqual(receivedGradientLayerColors, expectedGradientLayerColors)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user