Skip to content

Commit

Permalink
tests: update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jun 14, 2024
1 parent 77a2189 commit a3b7777
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion internal/test_cases/transaction_test_case.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (t TransactionTestCase) RunMulti(client *resp_client.RespConnection, logger

func (t TransactionTestCase) RunQueueAll(client *resp_client.RespConnection, logger *logger.Logger) error {
for i, v := range t.CommandQueue {
logger.Debugf("Sending command: #%d/#%d", i, len(t.CommandQueue))
logger.Debugf("Sending command: #%d/#%d", i+1, len(t.CommandQueue))
commandTest := SendCommandTestCase{
Command: v[0],
Args: v[1:],
Expand Down
Loading

0 comments on commit a3b7777

Please sign in to comment.