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 e8f8d1a commit a285385Copy full SHA for a285385
Rubberduck.Core/UI/UnitTesting/TestExplorerWindow.cs
@@ -18,10 +18,7 @@ public TestExplorerWindow(TestExplorerViewModel viewModel) : this()
18
public TestExplorerViewModel ViewModel { get; }
19
20
// FIXME bare ClassId... not good
21
- public string ClassId
22
- {
23
- get { return "9CF1392A-2DC9-48A6-AC0B-E601A9802608"; }
24
- }
+ public string ClassId => "9CF1392A-2DC9-48A6-AC0B-E601A9802608";
25
26
public string Caption => TestExplorer.TestExplorerWindow_Caption;
27
}
0 commit comments