Skip to content

Commit 9343399

Browse files
committed
test change for last commit
1 parent 5849862 commit 9343399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FineCodeCoverageTests/ScriptManager_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void Buy_Me_A_Coffee_Should_Open_PayPal()
3434
public void LogIssueOrSuggestion_Should_Open_Github_Issues()
3535
{
3636
scriptManager.LogIssueOrSuggestion();
37-
mockProcess.Verify(p => p.Start(ScriptManager.githubIssues));
37+
mockProcess.Verify(p => p.Start(FCCGithub.Issues));
3838
}
3939

4040
[Test]

0 commit comments

Comments
 (0)