Skip to content

Commit

Permalink
Requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Oct 27, 2023
1 parent 553b7e4 commit 0862919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace ConfigCat.Client.Tests;

[TestClass]
public class ConfigV5EvaluationTests : EvaluationTestsBase
public class ConfigV1EvaluationTests : EvaluationTestsBase
{
public class BasicTestsDescriptor : IMatrixTestDescriptor
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace ConfigCat.Client.Tests;

[TestClass]
public class ConfigV6EvaluationTests : EvaluationTestsBase
public class ConfigV2EvaluationTests : EvaluationTestsBase
{
public class BasicTestsDescriptor : IMatrixTestDescriptor
{
Expand Down

0 comments on commit 0862919

Please sign in to comment.