diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 13:21:54 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 5a53622792b07209bd4ffb5dbf5ce5ba4e841986 (patch) | |
tree | 668f9a94d3308332750586ac713df312ab2df9b7 /.gitmodules | |
parent | 16e53029e830afa38a3158326bcefe71ca71869d (diff) | |
download | dexon-5a53622792b07209bd4ffb5dbf5ce5ba4e841986.tar dexon-5a53622792b07209bd4ffb5dbf5ce5ba4e841986.tar.gz dexon-5a53622792b07209bd4ffb5dbf5ce5ba4e841986.tar.bz2 dexon-5a53622792b07209bd4ffb5dbf5ce5ba4e841986.tar.lz dexon-5a53622792b07209bd4ffb5dbf5ce5ba4e841986.tar.xz dexon-5a53622792b07209bd4ffb5dbf5ce5ba4e841986.tar.zst dexon-5a53622792b07209bd4ffb5dbf5ce5ba4e841986.zip |
tests: fix tests
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 32bdb3b6e..e1f82719d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tests"] path = tests/testdata - url = https://github.com/ethereum/tests + url = https://github.com/dexon-foundation/tests |