Skip to content

Commit

Permalink
Update ConfigV2EvaluationTests.cs
Browse files Browse the repository at this point in the history
fix missing space
  • Loading branch information
kp-cat authored Dec 22, 2023
1 parent 00cdcc4 commit 732da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigCat.Client.Tests/ConfigV2EvaluationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class SensitiveTestsDescriptor : IMatrixTestDescriptor

public class VariationIdTestsDescriptor : IMatrixTestDescriptor, IVariationIdMatrixText
{
//https://app.configcat.com/v2/e7a75611-4256-49a5-9320-ce158755e3ba/08d5a03c-feb7-af1e-a1fa-40b3329f8bed/08dbc4dc-30c6-4969-8e4c-03f6a8764199/244cf8b0-f604-11e8-b543-f23c917f9d8d
// https://app.configcat.com/v2/e7a75611-4256-49a5-9320-ce158755e3ba/08d5a03c-feb7-af1e-a1fa-40b3329f8bed/08dbc4dc-30c6-4969-8e4c-03f6a8764199/244cf8b0-f604-11e8-b543-f23c917f9d8d
public ConfigLocation ConfigLocation => new ConfigLocation.Cdn("configcat-sdk-1/PKDVCLf-Hq-h-kCzMp-L7Q/spQnkRTIPEWVivZkWM84lQ");
public string MatrixResultFileName => "testmatrix_variationid.csv";
public static IEnumerable<object?[]> GetTests() => MatrixTestRunner<VariationIdTestsDescriptor>.GetTests();
Expand Down

0 comments on commit 732da56

Please sign in to comment.