Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Feb 1, 2024
1 parent 64c168b commit f76311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/RangeStateTests/RangeProcessorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ final class RangeProcessorTests: XCTestCase {

let expected = [
RangeMutation(range: NSRange(0..<0), delta: 5, limit: nil),
RangeMutation(range: NSRange(5..<5), delta: 1, limit: 6),
RangeMutation(range: NSRange(5..<5), delta: 1, limit: 5),
]

XCTAssertEqual(handler.mutations, expected)
Expand Down

0 comments on commit f76311b

Please sign in to comment.