Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 21, 2023
1 parent c171794 commit f8146b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/integration/commands/__snapshots__/command.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@ exports[`command getkeys returns the keys used in sdiff 1`] = `
]
`;

exports[`command getkeys should throw on wrong number of arguments 1`] = `"ERR Invalid command specified"`;
exports[`command getkeys should throw on wrong number of arguments 1`] = `"ERR wrong number of arguments for 'command|getkeys' command"`;

exports[`command getkeys should throw on wrong number of arguments 2`] = `"ERR Invalid command specified"`;
exports[`command getkeys should throw on wrong number of arguments 2`] = `"ERR wrong number of arguments for 'command|getkeys' command"`;

exports[`command getkeys should throw on wrong number of arguments 3`] = `"ERR Invalid number of arguments specified for command"`;
exports[`command getkeys should throw on wrong number of arguments 3`] = `"ERR wrong number of arguments for 'command|getkeys' command"`;

exports[`command getkeysandflags returns the keys used in get 1`] = `
[
Expand Down Expand Up @@ -15383,11 +15383,11 @@ exports[`commandBuffer getkeys returns the keys used in sdiff 1`] = `
]
`;

exports[`commandBuffer getkeys should throw on wrong number of arguments 1`] = `"ERR Invalid command specified"`;
exports[`commandBuffer getkeys should throw on wrong number of arguments 1`] = `"ERR wrong number of arguments for 'command|getkeys' command"`;

exports[`commandBuffer getkeys should throw on wrong number of arguments 2`] = `"ERR Invalid command specified"`;
exports[`commandBuffer getkeys should throw on wrong number of arguments 2`] = `"ERR wrong number of arguments for 'command|getkeys' command"`;

exports[`commandBuffer getkeys should throw on wrong number of arguments 3`] = `"ERR Invalid number of arguments specified for command"`;
exports[`commandBuffer getkeys should throw on wrong number of arguments 3`] = `"ERR wrong number of arguments for 'command|getkeys' command"`;

exports[`commandBuffer getkeysandflags returns the keys used in get 1`] = `
[
Expand Down

0 comments on commit f8146b8

Please sign in to comment.