Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Nov 2, 2022
1 parent 64e7575 commit 7e63cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlock-app/src/__tests__/hooks/useLocks.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('useLocks', () => {
maxNumberOfKeys: lock.maxNumberOfKeys,
name: lock.name,
owner,
publicLockVersion: 11, // Latest version to be deployed!
publicLockVersion: 12, // Latest version to be deployed!
},
{},
expect.any(Function)
Expand Down

0 comments on commit 7e63cbc

Please sign in to comment.