Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed May 19, 2022
1 parent 47b1a8d commit c7c8bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/application-commands/computeDifferences.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,8 @@ describe('Compute differences for provided application commands', () => {
expect(getCommandDifferences(command1, command2)).toEqual([
{
key: 'options[0].choices[1]',
expected: 'no choice present',
original: 'choice present'
original: 'no choice present',
expected: 'choice present'
}
]);
});
Expand Down

0 comments on commit c7c8bfd

Please sign in to comment.