mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
@@ -22,7 +22,7 @@ import (
|
||||
|
||||
func TestGitInfos(t *testing.T) {
|
||||
skipIfCI(t)
|
||||
infos, err := getGitInfos("v0.20", false)
|
||||
infos, err := getGitInfos("v0.20", "", false)
|
||||
|
||||
require.NoError(t, err)
|
||||
require.True(t, len(infos) > 0)
|
||||
|
||||
Reference in New Issue
Block a user