We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977ac71 commit f6c22d4Copy full SHA for f6c22d4
go/extractor/toolchain/toolchain_test.go
@@ -17,6 +17,6 @@ func TestParseGoVersion(t *testing.T) {
17
18
func TestHasGoVersion(t *testing.T) {
19
if HasGoVersion("1.21") {
20
- t.Error("Exepected HasGoVersion(\"1.21\") to be false, but got true")
+ t.Error("Expected HasGoVersion(\"1.21\") to be false, but got true")
21
}
22
0 commit comments