fix message (#798)

This commit is contained in:
laurentsimon 2021-08-02 09:00:22 -07:00 committed by GitHub
parent 0a7e1515ef
commit 1bee125ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,5 +46,5 @@ func Fuzzing(c *checker.CheckRequest) checker.CheckResult {
"project is fuzzed by OSS-Fuzz")
}
return checker.CreateMinScoreResult(CheckFuzzing, "project is fuzzed by OSS-Fuzz")
return checker.CreateMinScoreResult(CheckFuzzing, "project is not fuzzed by OSS-Fuzz")
}