mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
tests: go: Fix typos in test descriptions.
* tests/go.scm: Fix ‘embeded’ typos.
This commit is contained in:
parent
ef7275cd19
commit
9f0bdfd186
1 changed files with 2 additions and 2 deletions
|
@ -162,11 +162,11 @@ require github.com/kr/pretty v0.2.1
|
||||||
"v1.0.2"
|
"v1.0.2"
|
||||||
(go-version->git-ref "v1.0.2"))
|
(go-version->git-ref "v1.0.2"))
|
||||||
|
|
||||||
(test-equal "go-version with embeded git-ref"
|
(test-equal "go-version with embedded git-ref"
|
||||||
"65e3620a7ae7"
|
"65e3620a7ae7"
|
||||||
(go-version->git-ref "v0.0.0-20190821162956-65e3620a7ae7"))
|
(go-version->git-ref "v0.0.0-20190821162956-65e3620a7ae7"))
|
||||||
|
|
||||||
(test-equal "go-version with complex embeded git-ref"
|
(test-equal "go-version with complex embedded git-ref"
|
||||||
"daa7c04131f5"
|
"daa7c04131f5"
|
||||||
(go-version->git-ref "v1.2.4-0.20191109021931-daa7c04131f5"))
|
(go-version->git-ref "v1.2.4-0.20191109021931-daa7c04131f5"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue