Skip to content

Commit 1abb73d

Browse files
committed
Remove redundant code
1 parent e6b82d0 commit 1abb73d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SwiftParserTest/IncrementalParsingTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public class IncrementalParsingTests: XCTestCase {
5656
XCTAssertEqual(diffs.edits.count, 1)
5757

5858
let firstDiff = try XCTUnwrap(diffs.edits.first)
59-
XCTAssert(firstDiff == SourceEdit(offset: 8, length: 0, replacementLength: 1))
6059
XCTAssertEqual(firstDiff, SourceEdit(offset: 8, length: 0, replacementLength: 1))
6160
}
6261

0 commit comments

Comments
 (0)