[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: tests: go: Fix typo.
From: |
guix-commits |
Subject: |
02/07: tests: go: Fix typo. |
Date: |
Tue, 28 Sep 2021 16:12:07 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 770ae098604d0bd9f21d625e8959e6c7ced3c36f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 27 16:15:40 2021 +0200
tests: go: Fix typo.
* tests/go.scm (fixture-go-mod-unparseable): Rename this…
(fixture-go-mod-unparsable): …to this. Adjust the only caller.
---
tests/go.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/go.scm b/tests/go.scm
index 9e7223f..a70a0dd 100644
--- a/tests/go.scm
+++ b/tests/go.scm
@@ -99,7 +99,7 @@ replace (
")
-(define fixture-go-mod-unparseable
+(define fixture-go-mod-unparsable
"module my/thing
go 1.12 // avoid feature X
require other/thing v1.0.2
@@ -263,7 +263,7 @@ require github.com/kr/pretty v0.2.1
(with (module-path "good/thing") (version "v1.4.5"))))
(parse-go.mod fixture-go-mod-simple))
-(test-equal "parse-go.mod: comments and unparseable lines"
+(test-equal "parse-go.mod: comments and unparsable lines"
`((module (module-path "my/thing"))
(go (version "1.12") (comment "avoid feature X"))
(require (module-path "other/thing") (version "v1.0.2"))
@@ -274,7 +274,7 @@ require github.com/kr/pretty v0.2.1
(with (module-path "good/thing") (version "v1.4.5")))
(comment "Unparseable")
(unknown "bad/thing [v1.4.5, v1.9.7] => good/thing v2.0.0"))
- (parse-go.mod fixture-go-mod-unparseable))
+ (parse-go.mod fixture-go-mod-unparsable))
(test-equal "parse-go.mod: retract"
`((retract (version "v0.9.1"))
- branch master updated (87178ed -> e91c9ce), guix-commits, 2021/09/28
- 02/07: tests: go: Fix typo.,
guix-commits <=
- 03/07: import: minetest: Fix typos., guix-commits, 2021/09/28
- 01/07: doc: Fix typos., guix-commits, 2021/09/28
- 04/07: gnu: r-simplifyenrichment: Fix typo in description., guix-commits, 2021/09/28
- 05/07: gnu: crm114: Fix typo in description., guix-commits, 2021/09/28
- 06/07: test: lint: Fix ‘haskell-stackage’ test., guix-commits, 2021/09/28
- 07/07: file-systems: Prefer low-memory mode of ‘btrfs check’., guix-commits, 2021/09/28