Skip to content

Commit 46c99da

Browse files
committed
Remove errant test
1 parent 016a0b1 commit 46c99da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SourceKitLSPTests/FormattingTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ final class FormattingTests: XCTestCase {
284284
let edits = try XCTUnwrap(response)
285285
let formattedSource = apply(edits: edits, to: source)
286286

287-
XCTAssert(edits.allSatisfy { $0.newText.allSatisfy(\.isWhitespace) })
288287
XCTAssertEqual(
289288
formattedSource,
290289
#"""

0 commit comments

Comments
 (0)