Skip to content

Commit 17c6720

Browse files
author
Sophie De Paula
committed
remove false form FerAllTestResults
1 parent fa6ea0d commit 17c6720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ApplitoolsTutorial/UFGDemo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private static void TearDown(IWebDriver webDriver, VisualGridRunner runner)
108108

109109
// we pass false to this method to suppress the exception that is thrown if we
110110
// find visual differences
111-
TestResultsSummary allTestResults = runner.GetAllTestResults(false);
111+
TestResultsSummary allTestResults = runner.GetAllTestResults();
112112
System.Console.WriteLine(allTestResults);
113113
}
114114

0 commit comments

Comments
 (0)