diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 13:21:54 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:19 +0800 |
commit | 6267003986c9956359856b5f4e37304375b87411 (patch) | |
tree | 974bcaf029176eaea8282556cdac57e9bff9c949 /.gitmodules | |
parent | 914b8f922685a62ed8177c8ffff0821ab1a34eee (diff) | |
download | go-tangerine-6267003986c9956359856b5f4e37304375b87411.tar.gz go-tangerine-6267003986c9956359856b5f4e37304375b87411.tar.zst go-tangerine-6267003986c9956359856b5f4e37304375b87411.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 |