Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carloe committed Nov 11, 2022
1 parent f8fe43f commit 4fb8972
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tests/LinuxMain.swift

This file was deleted.

1 change: 1 addition & 0 deletions Tests/duotoneTests/FileFormatTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import XCTest
@testable import duotone

class FileFormatTests: XCTestCase {

Expand Down
1 change: 1 addition & 0 deletions Tests/duotoneTests/HexColorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import XCTest
@testable import duotone

class HexColorTests: XCTestCase {

Expand Down
1 change: 1 addition & 0 deletions Tests/duotoneTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import XCTest
@testable import duotone

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

0 comments on commit 4fb8972

Please sign in to comment.