Skip to content

Commit fad0895

Browse files
authored
Merge pull request #3 from zachlayman-applitools/patch-1
update to work with latest version
2 parents 45b8f0a + 8b7c6c9 commit fad0895

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ApplitoolsTutorial/ApplitoolsTutorial.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Eyes.Selenium" Version="2.22.8" />
11+
<PackageReference Include="Eyes.Selenium" Version="2.22.27" />
1212
</ItemGroup>
1313

1414
<ItemGroup>
1515
<Folder Include="Properties\" />
1616
</ItemGroup>
1717

18-
</Project>
18+
</Project>

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)