Skip to content

Commit 0156767

Browse files
committed
Revert "Covert to const"
This reverts commit 88b4153.
1 parent 88b4153 commit 0156767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/UnitTesting/TestExplorerWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public TestExplorerWindow(TestExplorerViewModel viewModel) : this()
1818
public TestExplorerViewModel ViewModel { get; }
1919

2020
// FIXME bare ClassId... not good
21-
public const string ClassId = "9CF1392A-2DC9-48A6-AC0B-E601A9802608";
21+
public string ClassId => "9CF1392A-2DC9-48A6-AC0B-E601A9802608";
2222

2323
public string Caption => TestExplorer.TestExplorerWindow_Caption;
2424
}

0 commit comments

Comments
 (0)