Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Mar 14, 2024
1 parent 2600171 commit 9a2d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dotnet add package SauceLabs.Visual
- Get results of Visual Tests and run assertions on it
```csharp
var results = await visualClient.VisualResults(visualBuild.Id);
// verify that no visual check has differences
// verify that no differences have been detected
Assert.AreEqual(0, results[DiffStatus.Approved]);
```

0 comments on commit 9a2d87a

Please sign in to comment.