Skip to content

Commit 1b0603a

Browse files
committed
fixup: SPOTLESS AGAIN
Signed-off-by: Todd Baert <[email protected]>
1 parent bde150b commit 1b0603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/FlagdProviderSyncResourcesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void callingInitialize_wakesUpWaitingThread() throws InterruptedException {
103103
var wait = MAX_TIME_TOLERANCE * 3;
104104

105105
Assertions.assertTrue(
106-
waitTime.get() <wait,
106+
waitTime.get() < wait,
107107
() -> "Wakeup should be almost instant, but took " + waitTime.get()
108108
+ " ms, which is more than the max of"
109109
+ wait + " ms");

0 commit comments

Comments
 (0)