aboutsummaryrefslogtreecommitdiff
path: root/tests/go.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 20:49:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 22:48:27 +0200
commit9f0bdfd18668f177a899d489ac39d87f3963f88f (patch)
treeec0224644932b1d4f2167064c6894bc9ee9cba35 /tests/go.scm
parentef7275cd19b4cc22316d3a2814c58cba7c342840 (diff)
downloadguix-9f0bdfd18668f177a899d489ac39d87f3963f88f.tar
guix-9f0bdfd18668f177a899d489ac39d87f3963f88f.tar.gz
tests: go: Fix typos in test descriptions.
* tests/go.scm: Fix ‘embeded’ typos.
Diffstat (limited to 'tests/go.scm')
-rw-r--r--tests/go.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/go.scm b/tests/go.scm
index e5780e68b0..c33a834f69 100644
--- a/tests/go.scm
+++ b/tests/go.scm
@@ -162,11 +162,11 @@ require github.com/kr/pretty v0.2.1
"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"
(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"
(go-version->git-ref "v1.2.4-0.20191109021931-daa7c04131f5"))