mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Fix test expectation (#6147)
This commit is contained in:
@@ -3,8 +3,8 @@ import XCTest
|
||||
|
||||
final class SwiftVersionTests: SwiftLintTestCase {
|
||||
func testDetectSwiftVersion() {
|
||||
#if compiler(>=6.2)
|
||||
let version = "6.2"
|
||||
#if compiler(>=6.2.0)
|
||||
let version = "6.2.0"
|
||||
#elseif compiler(>=6.1.2)
|
||||
let version = "6.1.2"
|
||||
#elseif compiler(>=6.1.1)
|
||||
|
||||
Reference in New Issue
Block a user