Skip to content

Commit

Permalink
realm#2353 - Fix linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulowork authored and jpsim committed Dec 24, 2018
1 parent 161d552 commit 3a0ed6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SwiftLintFrameworkTests/ModifierOrderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ class ModifierOrderTests: XCTestCase {
final private class Foo {}
""",
"""
public protocol Foo: class {}
public protocol Foo: class {}\n
""":
"""
public protocol Foo: class {}
public protocol Foo: class {}\n
"""
]
)
Expand Down

0 comments on commit 3a0ed6b

Please sign in to comment.