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 5edf567 commit ffcb770Copy full SHA for ffcb770
Tests/YCoreUITests/Components/ElevationTests.swift
@@ -33,7 +33,7 @@ final class ElevationTests: XCTestCase {
33
XCTAssertEqual(sut.useShadowPath, true)
34
}
35
36
- func test_apply_doesNotsetShadowPathWhenUseShadowPathIsFalse() {
+ func test_apply_doesNotSetShadowPathWhenUseShadowPathIsFalse() {
37
let sut = makeSUT(useShadowPath: false)
38
let layer = CALayer()
39
0 commit comments