Skip to content

Commit 8b7c6c9

Browse files
rename class
TestResultSummary -> TestResultsSummary
1 parent 5b41aa1 commit 8b7c6c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ApplitoolsTutorial/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private void Run()
7373
eyes.CloseAsync();
7474

7575
//Wait and collect all test results
76-
TestResultSummary allTestResults = runner.GetAllTestResults();
76+
TestResultsSummary allTestResults = runner.GetAllTestResults();
7777
System.Console.WriteLine(allTestResults);
7878
}
7979

0 commit comments

Comments
 (0)