Skip to content

Commit

Permalink
tests: updated unit test for updateInput procedure
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 7686a220122fb5e8278984ddf5f8ab0d34466573ca3c90ad727748ffc91ff260
  • Loading branch information
thindil committed Jan 23, 2024
1 parent be8810f commit d79e463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/input.nim
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 55,7 @@ suite "Unit tests for input module":
var
inputString = "my text"
cursorPosition: Natural = 7
updateInput(cursorPosition, inputString, false, "a", db)
updateInput(cursorPosition, inputString, false, "a")
check:
inputString == "my texta"
cursorPosition == 8
Expand Down

0 comments on commit d79e463

Please sign in to comment.