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 2d0981e commit c6140c8Copy full SHA for c6140c8
Tests/YCoreUITests/Protocols/ImageAssetTests.swift
@@ -39,6 +39,14 @@ final class ImageAssetTests: XCTestCase {
39
XCTAssertNotNil($0.loadImage())
40
}
41
42
+
43
+ func test_imageAsset_defaultValues() {
44
+ XCTAssertEqual(DefaultImageAssets.bundle, .main)
45
+ }
46
+}
47
48
+enum DefaultImageAssets: String, CaseIterable, ImageAsset {
49
+ case plus
50
51
52
extension ImageAssetTests {
0 commit comments