Skip to content

Commit

Permalink
Update OptimizelySDK.Tests/OptimizelyUserContextTest.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Jae Kim <[email protected]>
  • Loading branch information
mikechu-optimizely and jaeopt authored Oct 14, 2024
1 parent 9ca271c commit c97f36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptimizelySDK.Tests/OptimizelyUserContextTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public void DecideWhenConfigIsNull()
}

[Test]
public void DecideWithUspShouldOnlyLookupSaveOnce()
public void DecideWithUpsShouldOnlyLookupSaveOnce()
{
var flagKeyFromTestDataJson = "double_single_variable_feature";
var userProfileServiceMock = makeUserProfileServiceMock();
Expand Down

0 comments on commit c97f36e

Please sign in to comment.