Skip to content

Commit f6c22d4

Browse files
mbgowen-mc
andauthored
Update toolchain_test.go
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent 977ac71 commit f6c22d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/toolchain/toolchain_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ func TestParseGoVersion(t *testing.T) {
1717

1818
func TestHasGoVersion(t *testing.T) {
1919
if HasGoVersion("1.21") {
20-
t.Error("Exepected HasGoVersion(\"1.21\") to be false, but got true")
20+
t.Error("Expected HasGoVersion(\"1.21\") to be false, but got true")
2121
}
2222
}

0 commit comments

Comments
 (0)