Skip to content

Commit

Permalink
fix: _runCount was not resetting when ran from editor
Browse files Browse the repository at this point in the history
  • Loading branch information
MASSHUU12 committed Jun 29, 2024
1 parent 227e645 commit 9eebcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/RepeatAttributeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ public static void TestMethod_RunsMultipleTimes()
public static void AfterAll()
{
_runCount.ConfirmEqual(5);
_runCount = 0;
}
}

0 comments on commit 9eebcd7

Please sign in to comment.