Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vazois committed Jan 23, 2025
1 parent c0f0027 commit b5d3074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Garnet.test.cluster/ClusterConfigTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public void ClusterConfigInitializesUnassignedWorkerTest()
[Category("CLUSTER-CONFIG"), CancelAfter(1000)]
public void ClusterForgetAfterNodeRestartTest()
{
int nbInstances = 4;
context.CreateInstances(4);
var nbInstances = 4;
context.CreateInstances(nbInstances);
context.CreateConnection();
var (shards, slots) = context.clusterTestUtils.SimpleSetupCluster(logger: context.logger);

Expand Down

0 comments on commit b5d3074

Please sign in to comment.