mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
tests: Convert from testify to quicktest
This commit is contained in:
@@ -304,7 +304,7 @@ func TestCoverHTML() error {
|
||||
}
|
||||
|
||||
func isGoLatest() bool {
|
||||
return strings.Contains(runtime.Version(), "1.11")
|
||||
return strings.Contains(runtime.Version(), "1.12")
|
||||
}
|
||||
|
||||
func isCI() bool {
|
||||
|
Reference in New Issue
Block a user