mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
tests: go: Remove duplicate go-version->git-ref test.
The duplicate test being removed has not much value given that go-version->git-ref is a no-op for version strings not matching the %go-pseudo-version-rx regexp; that case is already tested by the test above. * tests/go.scm ("go-version omited 'v' character"): Remove test. Reported-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
afec278417
commit
2354d79b88
1 changed files with 0 additions and 4 deletions
|
@ -158,10 +158,6 @@ (define fixtures-go-check-test
|
|||
"v1.0.2"
|
||||
(go-version->git-ref "v1.0.2"))
|
||||
|
||||
(test-equal "go-version omited 'v' character"
|
||||
"v1.0.2"
|
||||
(go-version->git-ref "v1.0.2"))
|
||||
|
||||
(test-equal "go-version with embedded git-ref"
|
||||
"65e3620a7ae7"
|
||||
(go-version->git-ref "v0.0.0-20190821162956-65e3620a7ae7"))
|
||||
|
|
Loading…
Reference in a new issue