We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9e145 commit 41fc3c4Copy full SHA for 41fc3c4
FineCodeCoverageTests/AppOptionsProvider_Tests.cs
@@ -196,7 +196,8 @@ public void Should_Not_Default_Any_Other_AppOptions_Properties()
196
nameof(IAppOptions.ShowCoverageInOverviewMargin),
197
nameof(IAppOptions.ShowCoveredInOverviewMargin),
198
nameof(IAppOptions.ShowUncoveredInOverviewMargin),
199
- nameof(IAppOptions.ShowPartiallyCoveredInOverviewMargin)
+ nameof(IAppOptions.ShowPartiallyCoveredInOverviewMargin),
200
+ nameof(IAppOptions.ShowToolWindowToolbar)
201
};
202
CollectionAssert.AreEquivalent(expectedSetters.Select(s => $"set_{s}"), invocationNames);
203
}
0 commit comments