Skip to content

Commit

Permalink
Execute new tests for >= 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 24, 2024
1 parent 4f541f0 commit 8a195cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-kit/tests/e2e/utilsContracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ describe('Contract utils', () => {
}
)

itif(safeVersionDeployed === '1.3.0')(
itif(safeVersionDeployed >= '1.3.0')(
'returns the same predicted address based on the deploymentType for different chains',
async () => {
const { accounts } = await setupTests()
Expand Down

0 comments on commit 8a195cf

Please sign in to comment.