Skip to content

Commit 4fb8972

Browse files
committed
Fix unit tests
1 parent f8fe43f commit 4fb8972

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Tests/LinuxMain.swift

Lines changed: 0 additions & 7 deletions
This file was deleted.

Tests/duotoneTests/FileFormatTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import XCTest
9+
@testable import duotone
910

1011
class FileFormatTests: XCTestCase {
1112

Tests/duotoneTests/HexColorTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import XCTest
9+
@testable import duotone
910

1011
class HexColorTests: XCTestCase {
1112

Tests/duotoneTests/XCTestManifests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import XCTest
2+
@testable import duotone
23

34
#if !canImport(ObjectiveC)
45
public func allTests() -> [XCTestCaseEntry] {

0 commit comments

Comments
 (0)