Skip to content

Commit aa1dae1

Browse files
committed
external tests: pin gnosis to v1.4.1
it fails with a type error in OZ for v1.5.0
1 parent 0917604 commit aa1dae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/externalTests/gnosis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function test_fn { npm test; }
3737
function gnosis_safe_test
3838
{
3939
local repo="https://github.com/safe-global/safe-contracts.git"
40-
local ref="<latest-release>"
40+
local ref="v1.4.1"
4141
local config_file="hardhat.config.ts"
4242
local config_var=userConfig
4343

0 commit comments

Comments
 (0)