Skip to content

Commit 766f2c8

Browse files
authored
Merge pull request #2291 from natecook1000/formatting-tests-take2
Remove errant test
2 parents 346c978 + 46c99da commit 766f2c8

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)