Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Oct 19, 2020
1 parent db3373f commit 7c288e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixiEditorTests/ViewModelsTests/ViewModelMainTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void TestThatMouseUpCommandStopsRecordingMouseMovements()

Assert.True(viewModel.BitmapManager.MouseController.IsRecordingChanges);

viewModel.MouseHook_OnMouseUp(default, default);
viewModel.MouseHook_OnMouseUp(default, default, default);

Assert.False(viewModel.BitmapManager.MouseController.IsRecordingChanges);
}
Expand Down

0 comments on commit 7c288e9

Please sign in to comment.