Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Mar 17, 2024
1 parent 4e711d5 commit 0e9b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ttext_document.nim
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ suite "Text Document":
let selection = (0, 3).toSelection
let newSelections = document.insert([selection], [selection], ["def"], false, false)

check newSelections == [(0, 3), (0, 6)]
check newSelections == [((0, 3), (0, 6))]
check document.contentString == "abcdef"

test "delete text":
Expand Down

0 comments on commit 0e9b333

Please sign in to comment.