We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb5bb4 commit 2ccb496Copy full SHA for 2ccb496
lib/shared/internal/src/test/java/com/launchdarkly/sdk/internal/events/BaseEventTest.java
@@ -280,8 +280,7 @@ public static Matcher<JsonTestValue> hasContextKeys(Event sourceEvent) {
280
281
public static Matcher<JsonTestValue> hasInlineContext(LDValue inlineContext) {
282
return allOf(
283
- jsonProperty("context", jsonEqualsValue(inlineContext)),
284
- jsonProperty("contextKeys", jsonUndefined())
+ jsonProperty("context", jsonEqualsValue(inlineContext))
285
);
286
}
287
0 commit comments