diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/externalTests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh index cd6deb75..68e8080c 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -56,5 +56,5 @@ function test_truffle rm -rf "$DIR" } -test_truffle Gnosis https://github.com/gnosis/gnosis-contracts.git -test_truffle Zeppelin https://github.com/OpenZeppelin/zeppelin-solidity.git +test_truffle Gnosis https://github.com/gnosis/pm-contracts.git +test_truffle Zeppelin https://github.com/OpenZeppelin/openzeppelin-solidity.git |