mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Update toolchain_test.go
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user