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 475a567 commit 2db832eCopy full SHA for 2db832e
src/test/java/com/flagsmith/flagengine/models/FlagsTest.java
@@ -17,14 +17,12 @@ public void testFromEvaluationResult__metadata__expected() throws FlagsmithClien
17
com.flagsmith.flagengine.Flags flagResults = new com.flagsmith.flagengine.Flags()
18
.withAdditionalProperty("feature_1", new FlagResult()
19
.withEnabled(true)
20
- .withFeatureKey("feature_1")
21
.withName("Feature 1")
22
.withValue("value_1")
23
.withReason("DEFAULT")
24
.withMetadata(Map.of("flagsmithId", 1)))
25
.withAdditionalProperty("feature_2", new FlagResult()
26
.withEnabled(false)
27
- .withFeatureKey("feature_2")
28
.withName("Feature 2")
29
.withValue(null)
30
0 commit comments