Skip to content

Commit

Permalink
Update src/test/java/dev/openfeature/sdk/ImmutableContextTest.java
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert committed Feb 8, 2023
1 parent 00cd406 commit 9af0420
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ void mergeShouldRetainItsSubkeysWhenOverridingContextHasNoTargetingKey() {
EvaluationContext ctx = new ImmutableContext(attributes);
EvaluationContext overriding = new ImmutableContext("");
EvaluationContext merge = ctx.merge(overriding);
assertEquals("targeting_key", merge.getTargetingKey());
assertArrayEquals(new Object[]{"key1", "key2"}, merge.keySet().toArray());

Value key1 = merge.getValue("key1");
Expand Down

0 comments on commit 9af0420

Please sign in to comment.