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