-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SparkTests file to fix empty folder not detected on xcodegen
- Loading branch information
1 parent
1e6faf7
commit a596770
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
core/Unit-tests/SparkTests.swift → core/Unit-tests/SparkCoreTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
core/Unit-tests/SparkTestsUtils.swift → core/Unit-tests/SparkCoreTestsUtils.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// SparkTests.swift | ||
// SparkCoreTests | ||
// | ||
// Created by louis.borlee on 08/03/2023. | ||
// | ||
|
||
import XCTest | ||
|
||
final class SparkTests: XCTestCase { | ||
|
||
func test() { | ||
XCTAssertTrue(true) | ||
} | ||
} |