Skip to content

Commit

Permalink
rename integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Dec 11, 2024
1 parent d302788 commit 42519da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe.each(UnlockVersionNumbers)('Unlock %s', (unlockVersion) => {
// make sure everything is ok
describe('lock creation', lockCreation(testSetupArgs))

// lock tests
// wallet service lock tests
approveBeneficiary(testSetupArgs)
cancelAndRefund(testSetupArgs)
expireAndRefundFor(testSetupArgs)
Expand All @@ -164,7 +164,7 @@ describe.each(UnlockVersionNumbers)('Unlock %s', (unlockVersion) => {
transferFrom(testSetupArgs)
lendKey(testSetupArgs)

// tx building with web3service
// web3 service tx building tests
preparePurchaseKey(testSetupArgs)
preparePurchaseKeys(testSetupArgs)
})
Expand Down

0 comments on commit 42519da

Please sign in to comment.