Skip to content

Commit ae2c005

Browse files
committed
test setup working correctly.
1 parent 85ff494 commit ae2c005

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/YCoreUITests/Components/ElevationTests.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@
88

99
import XCTest
1010
@testable import YCoreUI
11+
12+
final class ElevationTests: XCTestCase {
13+
func test_failure() {
14+
XCTFail("Failed")
15+
}
16+
}

0 commit comments

Comments
 (0)