Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Apr 25, 2022
1 parent 1f3f0b4 commit 1619cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/commands/ACL_DRYRUN.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('ACL DRYRUN', () => {
it('transformArguments', () => {
assert.deepEqual(
transformArguments('default', ['GET', 'key']),
['ACL', 'DRYRUN', 'GET', 'key']
['ACL', 'DRYRUN', 'default', 'GET', 'key']
);
});

Expand Down

0 comments on commit 1619cd4

Please sign in to comment.