Skip to content

Commit

Permalink
Fix issue with github running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlongco committed Oct 9, 2024
1 parent 6db27cf commit dfe0852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/FactoryTests/FactoryFunctionalTests.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#if canImport(os)

import XCTest
import os
@testable import Factory
Expand Down Expand Up @@ -61,3 +63,4 @@ final class FactoryFunctionalTests: XCTestCase {

}

#endif

0 comments on commit dfe0852

Please sign in to comment.