mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
tests: Convert from testify to quicktest
This commit is contained in:
parent
6027ee1108
commit
9e57182705
195 changed files with 3919 additions and 3693 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue