Update toolchain_test.go

Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
Michael B. Gale
2024-03-28 11:15:30 +00:00
committed by GitHub
parent 45b41bb506
commit 977ac71b26

View File

@@ -17,6 +17,6 @@ func TestParseGoVersion(t *testing.T) {
func TestHasGoVersion(t *testing.T) {
if HasGoVersion("1.21") {
t.Error("Exepected HasGoVersion(\"1.21\" to be false, but got true)")
t.Error("Exepected HasGoVersion(\"1.21\") to be false, but got true")
}
}