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 315b352 commit cbb7fd2Copy full SHA for cbb7fd2
Rubberduck.Core/UI/UnitTesting/TestExplorerViewModel.cs
@@ -70,7 +70,7 @@ public TestExplorerViewModel(ISelectionService selectionService,
70
TestGrouping = TestExplorerGrouping.Outcome;
71
72
73
- OutcomeFilters = new System.Collections.ObjectModel.ObservableCollection<string>(
+ OutcomeFilters = new System.Collections.ObjectModel.ObservableCollection<object>(
74
new[] { _allResultsFilter }
75
.Concat(Enum.GetNames(typeof(TestOutcome)).Select(s => s.ToString()))
76
.OrderBy(s => s));
0 commit comments