Skip to content

Commit 913bf9a

Browse files
Edited comments
1 parent afd4b97 commit 913bf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Applitools.Example.Tests/AcmeBankTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ public void CleanUpTest()
151151
// You will need to check the Applitools dashboard for visual results per checkpoint.
152152
// Note that "unresolved" and "failed" visual checkpoints will not cause the NUnit test to fail.
153153

154-
// If you want the NUnit test to wait synchronously for all checkpoints to complete, then use `eyes.close()`.
155-
// If any checkpoints are unresolved or failed, then `eyes.close()` will make the NUnit test fail.
154+
// If you want the NUnit test to wait synchronously for all checkpoints to complete, then use `Eyes.Close()`.
155+
// If any checkpoints are unresolved or failed, then `Eyes.Close()` will make the NUnit test fail.
156156
}
157157

158158
/// <summary>

0 commit comments

Comments
 (0)