Skip to content

Commit 8ae5711

Browse files
vahidlazioclaude
andcommitted
style: format WasmResolveApiFlushCloseRaceTest
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 269165b commit 8ae5711

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

openfeature-provider/java/src/test/java/com/spotify/confidence/sdk/WasmResolveApiFlushCloseRaceTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ void concurrentFlushAndCloseShouldNotLoseAssignments() throws Exception {
9999
.as(
100100
"Flag assignments were lost in %d out of %d iterations due to concurrent "
101101
+ "WASM memory access in flushAssignLogs() and close()",
102-
lostAssigns,
103-
iterations)
102+
lostAssigns, iterations)
104103
.isEqualTo(0);
105104
}
106105

@@ -113,8 +112,7 @@ private static ResolveProcessRequest buildResolveRequest() {
113112
.setEvaluationContext(
114113
Struct.newBuilder()
115114
.putFields(
116-
"targeting_key",
117-
Value.newBuilder().setStringValue(TARGETING_KEY).build())
115+
"targeting_key", Value.newBuilder().setStringValue(TARGETING_KEY).build())
118116
.build())
119117
.setSdk(
120118
Sdk.newBuilder()

0 commit comments

Comments
 (0)