Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jun 1, 2024
1 parent 96d34c2 commit 8819101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulation_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestEmulation_DifferentNodes(t *testing.T) {
})
})

redisConf := testSingleRedisConf()
redisConf := testSingleRedisConf(6379)

s, err := NewRedisShard(n1, redisConf)
require.NoError(t, err)
Expand Down

0 comments on commit 8819101

Please sign in to comment.