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 5849862 commit 9343399Copy full SHA for 9343399
FineCodeCoverageTests/ScriptManager_Tests.cs
@@ -34,7 +34,7 @@ public void Buy_Me_A_Coffee_Should_Open_PayPal()
34
public void LogIssueOrSuggestion_Should_Open_Github_Issues()
35
{
36
scriptManager.LogIssueOrSuggestion();
37
- mockProcess.Verify(p => p.Start(ScriptManager.githubIssues));
+ mockProcess.Verify(p => p.Start(FCCGithub.Issues));
38
}
39
40
[Test]
0 commit comments