Skip to content

Commit 2db832e

Browse files
committed
fix test
1 parent 475a567 commit 2db832e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/flagsmith/flagengine/models/FlagsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ public void testFromEvaluationResult__metadata__expected() throws FlagsmithClien
1717
com.flagsmith.flagengine.Flags flagResults = new com.flagsmith.flagengine.Flags()
1818
.withAdditionalProperty("feature_1", new FlagResult()
1919
.withEnabled(true)
20-
.withFeatureKey("feature_1")
2120
.withName("Feature 1")
2221
.withValue("value_1")
2322
.withReason("DEFAULT")
2423
.withMetadata(Map.of("flagsmithId", 1)))
2524
.withAdditionalProperty("feature_2", new FlagResult()
2625
.withEnabled(false)
27-
.withFeatureKey("feature_2")
2826
.withName("Feature 2")
2927
.withValue(null)
3028
.withReason("DEFAULT")

0 commit comments

Comments
 (0)