guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: tests: go: Fix typos in test descriptions.


From: guix-commits
Subject: 03/10: tests: go: Fix typos in test descriptions.
Date: Tue, 4 May 2021 17:13:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9f0bdfd18668f177a899d489ac39d87f3963f88f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 20:49:31 2021 +0200

    tests: go: Fix typos in test descriptions.
    
    * tests/go.scm: Fix ‘embeded’ typos.
---
 tests/go.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/go.scm b/tests/go.scm
index e5780e6..c33a834 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"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]