Skip to content

Commit

Permalink
Update FeatureFlagsClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Nov 6, 2024
1 parent d8d91fe commit b90f7c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Tools/DynamoFeatureFlags/FeatureFlagsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ internal FeatureFlagsClient(string userkey, string mobileKey = null, bool testMo
AllFlags = LdValue.ObjectFrom(new Dictionary<string,LdValue> { { "TestFlag1",LdValue.Of(true) },
{ "TestFlag2", LdValue.Of("I am a string") },
//in tests we want instancing on so we can test it.
{ "graphics-primitive-instancing", LdValue.Of(true) }
});
{ "graphics-primitive-instancing", LdValue.Of(true) } });
return;
}

Expand Down

0 comments on commit b90f7c0

Please sign in to comment.