diff options
author | Antonis Geralis <43617260+planetis-m@users.noreply.github.com> | 2021-07-30 17:36:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 16:36:16 +0200 |
commit | ecfc47b332a67bb373d433f01277bc924b75f77f (patch) | |
tree | 253ed15d08b8306504cd4a15fb76322d8098d834 /tools/atlas/tests | |
parent | 562dde624fdebcf060c54a39e76519ba150a9c4a (diff) | |
download | Nim-ecfc47b332a67bb373d433f01277bc924b75f77f.tar.gz |
Modify atlas test for short commit hashes (#18619)
* test commit hashes support * Update testdata.nim * remove extra newlines
Diffstat (limited to 'tools/atlas/tests')
-rw-r--r-- | tools/atlas/tests/balls.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/atlas/tests/balls.nimble b/tools/atlas/tests/balls.nimble index 62ab4750b..143e757e9 100644 --- a/tools/atlas/tests/balls.nimble +++ b/tools/atlas/tests/balls.nimble @@ -6,7 +6,7 @@ license = "MIT" # requires newTreeFrom requires "https://github.com/disruptek/grok >= 0.5.0 & < 1.0.0" requires "https://github.com/disruptek/ups < 1.0.0" -requires "https://github.com/planetis-m/sync >= 1.0.0 & < 2.0.0" +requires "https://github.com/planetis-m/sync#810bd2d" #requires "https://github.com/c-blake/cligen < 2.0.0" bin = @["balls"] # build the binary for basic test running |