Skip to content

Commit 13161e4

Browse files
committed
Update parallel tests to 6.1
1 parent c814259 commit 13161e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/FactoryTests/ParallelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if swift(>=5.5)
1+
#if swift(>=6.1)
22

33
@testable import Factory
44
import FactoryTesting

Tests/FactoryTests/ParallelXCTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if swift(>=5.5)
1+
#if swift(>=6.1)
22

33
import XCTest
44
@testable import Factory

0 commit comments

Comments
 (0)