diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 13:21:54 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:54 +0800 |
commit | 39d08a8ae65a37adfb774fdbf6e0f6247e94bda5 (patch) | |
tree | 759533eca5a46cc5e03e736f674293ac2302e849 /.gitmodules | |
parent | 0f595a79c871281c6a1bef2c9cafcf2e5e4105b9 (diff) | |
download | dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar.gz dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.tar.zst dexon-39d08a8ae65a37adfb774fdbf6e0f6247e94bda5.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 |