Skip to content

Commit

Permalink
Updated expected error on HMGET test case 3 where the error expected …
Browse files Browse the repository at this point in the history
…the wrong message from what was actually returned.
  • Loading branch information
kelvinmwinuka committed Sep 8, 2024
1 parent 8b02668 commit 1e14275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/modules/hash/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ func Test_Hash(t *testing.T) {
command: []string{"HMGET", "HmgetKey3", "field1"},
expectedResponse: nil,
expectedValue: nil,
expectedError: errors.New("value at HgetKey3 is not a hash"),
expectedError: errors.New("value at HmgetKey3 is not a hash"),
},
{
name: "4. Command too short",
Expand Down

0 comments on commit 1e14275

Please sign in to comment.