Skip to content

Commit 41fc3c4

Browse files
committed
update test
1 parent 6e9e145 commit 41fc3c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FineCodeCoverageTests/AppOptionsProvider_Tests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ public void Should_Not_Default_Any_Other_AppOptions_Properties()
196196
nameof(IAppOptions.ShowCoverageInOverviewMargin),
197197
nameof(IAppOptions.ShowCoveredInOverviewMargin),
198198
nameof(IAppOptions.ShowUncoveredInOverviewMargin),
199-
nameof(IAppOptions.ShowPartiallyCoveredInOverviewMargin)
199+
nameof(IAppOptions.ShowPartiallyCoveredInOverviewMargin),
200+
nameof(IAppOptions.ShowToolWindowToolbar)
200201
};
201202
CollectionAssert.AreEquivalent(expectedSetters.Select(s => $"set_{s}"), invocationNames);
202203
}

0 commit comments

Comments
 (0)