summaryrefslogtreecommitdiffstats
path: root/helpers/hugo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/hugo_test.go')
-rw-r--r--helpers/hugo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/hugo_test.go b/helpers/hugo_test.go
index 8dfa7f434..d901395e2 100644
--- a/helpers/hugo_test.go
+++ b/helpers/hugo_test.go
@@ -22,7 +22,7 @@ import (
func TestHugoVersion(t *testing.T) {
assert.Equal(t, "0.15-DEV", hugoVersion(0.15, 0, "-DEV"))
assert.Equal(t, "0.17", hugoVersionNoSuffix(0.16+0.01, 0))
-
+ assert.Equal(t, "0.20", hugoVersionNoSuffix(0.20, 0))
assert.Equal(t, "0.15.2-DEV", hugoVersion(0.15, 2, "-DEV"))
assert.Equal(t, "0.17.3", hugoVersionNoSuffix(0.16+0.01, 3))
}