Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Nov 1, 2024
1 parent 0ae8da5 commit 90be71c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class Given_UnitTest
{
static int When_UnhandledException_Count;

// This tests that automatic retry is working.
[TestMethod]
public void When_UnhandledException()
{
Expand All @@ -25,6 +26,7 @@ public class Given_UnitTest_Initialize
{
static int Initialize_Count;

// This tests that automatic retry is working.
[TestInitialize]
public void Initialize()
{
Expand Down

0 comments on commit 90be71c

Please sign in to comment.