From 5aba38e5c80f952b21c6b8a065181d4b62064fdc Mon Sep 17 00:00:00 2001 From: mfahadahmed Date: Thu, 13 Jun 2019 17:15:52 +0500 Subject: [PATCH] Little change. --- OptimizelySDK.Tests/ProjectConfigTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OptimizelySDK.Tests/ProjectConfigTest.cs b/OptimizelySDK.Tests/ProjectConfigTest.cs index 3b3c98bc..db2dfaee 100644 --- a/OptimizelySDK.Tests/ProjectConfigTest.cs +++ b/OptimizelySDK.Tests/ProjectConfigTest.cs @@ -644,11 +644,10 @@ public void TempProjectConfigTest() Assert.AreEqual("1592310167", config.AccountId); } - // test set/get forced variation for the following cases: + // Test set/get forced variation for the following cases: // - valid and invalid user ID // - valid and invalid experiment key // - valid and invalid variation key, null variation key - [Test] public void TestVariationFeatureEnabledProperty() {