Skip to content

Commit

Permalink
Covert to const
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Oct 5, 2019
1 parent 08c5c11 commit 88b4153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rubberduck.Core/UI/UnitTesting/TestExplorerWindow.cs
Expand Up @@ -18,7 +18,7 @@ public TestExplorerWindow(TestExplorerViewModel viewModel) : this()
public TestExplorerViewModel ViewModel { get; }

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

public string Caption => TestExplorer.TestExplorerWindow_Caption;
}
Expand Down

0 comments on commit 88b4153

Please sign in to comment.