Skip to content

Commit 9234f6b

Browse files
Update GeneralOptionsDialogControlViewModelTests.cs
remove todo
1 parent 5bd760d commit 9234f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Integration.Vsix.UnitTests/Settings/GeneralOptionsDialogControlViewModelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void TestInitialize()
4141
openSettingsFileCommand = Substitute.For<ICommand>();
4242
browserService = Substitute.For<IBrowserService>();
4343
focusOnNewCodeService = Substitute.For<IFocusOnNewCodeServiceUpdater>();
44-
focusOnNewCodeService.Current.Returns(new FocusOnNewCodeStatus(false)); // todo
44+
focusOnNewCodeService.Current.Returns(new FocusOnNewCodeStatus(false));
4545
testSubject = new GeneralOptionsDialogControlViewModel(settings, focusOnNewCodeService, browserService, openSettingsFileCommand);
4646
}
4747

0 commit comments

Comments
 (0)