Skip to content

Commit f0d1d65

Browse files
committed
Go: Update test formatting
1 parent 36c7fba commit f0d1d65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

go/extractor/toolchain/toolchain_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88

99
func TestParseGoVersion(t *testing.T) {
1010
tests := map[string]string{
11-
"go version go1.18.9 linux/amd64": "go1.18.9",
12-
"go version go1.26.3-X:nodwarf5 linux/amd64": "go1.26.3",
13-
"go version go1.26.3rc1 linux/amd64": "go1.26.3rc1",
11+
"go version go1.18.9 linux/amd64": "go1.18.9",
12+
"go version go1.26.3-X:nodwarf5 linux/amd64": "go1.26.3",
13+
"go version go1.26.3rc1 linux/amd64": "go1.26.3rc1",
1414
"warning: GOPATH set to GOROOT (/usr/local/go) has no effect\ngo version go1.18.9 linux/amd64": "go1.18.9",
1515
}
1616
for input, expected := range tests {

0 commit comments

Comments
 (0)