Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
savaged committed May 13, 2019
1 parent 31033ac commit 2f99692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BlackNotepad.Test/ViewModelTests/TestBase.cs
Expand Up @@ -107,7 +107,8 @@ public void TearDown()
MainVm.GoToRequested -= OnGoToRequested;
}

private void OnGoToRequested(int start, int selectionLength)
private void OnGoToRequested(
int start, int selectionLength, int line)
{
GoToCaretIndex = start;
}
Expand Down

0 comments on commit 2f99692

Please sign in to comment.