You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/src/test/java/javasdk/HookSpecTests.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ public void finallyAfter(HookContext<Boolean> ctx, ImmutableMap<String, Object>
289
289
@Specification(spec="hooks", number="2.1", text="HookHints MUST be a map of objects.")
290
290
@Specification(spec="hooks", number="2.2", text="Condition: HookHints MUST be immutable.")
291
291
@Specification(spec="hooks", number="5.4", text="The hook MUST NOT alter the HookHints object.")
292
-
@Specification(spec="hooks", number="6.1", text="HookHints MUST passed between each hook.")
292
+
@Specification(spec="hooks", number="5.3", text="HookHints MUST be passed to each hook.")
293
293
@Testvoidhook_hints() {
294
294
OpenFeatureAPIapi = OpenFeatureAPI.getInstance();
295
295
api.setProvider(newNoOpProvider());
@@ -392,7 +392,6 @@ public void finallyAfter(HookContext<Boolean> ctx, ImmutableMap<String, Object>
392
392
393
393
@Specification(spec="hooks", number="1.4", text="The evaluation context MUST be mutable only within the before hook.")
394
394
@Specification(spec="hooks", number="3.1", text="Hooks MUST specify at least one stage.")
395
-
@Specification(spec="hooks", number="5.3", text="HookHints MUST be passed to each hook through a parameter. It is merged into the object in the precedence order API -> Client -> Invocation (last wins).")
0 commit comments