Skip to content

Commit f608a70

Browse files
committed
changed to string.empty
1 parent 10eaf22 commit f608a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OptimizelySDK.Tests/EventTests/EventFactoryTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,13 +511,13 @@ public void TestCreateImpressionEventRemovesInvalidAttributesFromPayloadRollout(
511511
new Dictionary<string, object>
512512
{
513513
{"campaign_id", null },
514-
{"experiment_id", "" },
514+
{"experiment_id", string.Empty },
515515
{"variation_id", null },
516516
{ "metadata", new Dictionary<string, object> {
517517
{ "rule_type", "rollout" },
518-
{ "rule_key", "" },
518+
{ "rule_key", string.Empty },
519519
{ "flag_key", "test_feature" },
520-
{ "variation_key", "" },
520+
{ "variation_key", string.Empty },
521521
{ "enabled", false }
522522
}
523523
}

0 commit comments

Comments
 (0)