Skip to content

Commit 09be749

Browse files
chore: use SwiftlyCore.version.major for ListTests
1 parent 4451417 commit 09be749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftlyTests/ListTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Testing
1919
.oldReleaseSnapshot,
2020
]
2121

22-
private static let swiftlyVersion = SwiftlyVersion(major: 1, minor: 0, patch: 0)
22+
private static let swiftlyVersion = SwiftlyVersion(major: SwiftlyCore.version.major, minor: 0, patch: 0)
2323

2424
/// Constructs a mock home directory with the toolchains listed above installed and runs the provided closure within
2525
/// the context of that home.

0 commit comments

Comments
 (0)