We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b41bb commit 977ac71Copy full SHA for 977ac71
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("Exepected HasGoVersion(\"1.21\") to be false, but got true")
21
}
22
0 commit comments