Skip to content

Commit

Permalink
fix databases test
Browse files Browse the repository at this point in the history
  • Loading branch information
vazois committed Nov 15, 2024
1 parent e549cd7 commit b6cb202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Garnet.test/RespAdminCommandsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ public async Task SeFlushDbAndFlushAllTest2([Values(RespCommand.FLUSHALL, RespCo
[TestCase("save", "")]
[TestCase("appendonly", "no")]
[TestCase("slave-read-only", "no")]
[TestCase("databases", "16")]
[TestCase("databases", "1")]
[TestCase("cluster-node-timeout", "60")]
public void SimpleConfigGet(string parameter, string parameterValue)
{
Expand Down

0 comments on commit b6cb202

Please sign in to comment.