We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a8c62 commit a5a4513Copy full SHA for a5a4513
1 file changed
approvaltests-util-tests/src/test/java/com/spun/util/DateDifferenceTest.java
@@ -4,6 +4,7 @@
4
import com.spun.util.parser.TemplateStringUtils;
5
import org.approvaltests.Approvals;
6
import org.approvaltests.utils.WithTimeZone;
7
+import org.junit.jupiter.api.RepeatedTest;
8
import org.junit.jupiter.api.Test;
9
import org.lambda.functions.Function1;
10
@@ -140,9 +141,10 @@ public void testGetRoundedDifference()
140
141
}
142
143
- @Test
144
+ @RepeatedTest(100000)
145
public void testFebruaryAndDaylightSavingsTime()
146
{
147
+ Approvals.settings().allowMultipleVerifyCallsForThisMethod();
148
try (WithTimeZone tz = new WithTimeZone("PST"))
149
150
StringBuilder buffer = new StringBuilder();
0 commit comments