summaryrefslogtreecommitdiffstats
path: root/resources/resource_transformers/babel/integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/resource_transformers/babel/integration_test.go')
-rw-r--r--resources/resource_transformers/babel/integration_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/resource_transformers/babel/integration_test.go b/resources/resource_transformers/babel/integration_test.go
index 164e7fd40..44a13f103 100644
--- a/resources/resource_transformers/babel/integration_test.go
+++ b/resources/resource_transformers/babel/integration_test.go
@@ -16,8 +16,7 @@ package babel_test
import (
"testing"
- jww "github.com/spf13/jwalterweatherman"
-
+ "github.com/bep/logg"
"github.com/gohugoio/hugo/htesting"
"github.com/gohugoio/hugo/hugolib"
)
@@ -82,7 +81,7 @@ Transpiled3: {{ $transpiled.Permalink }}
TxtarString: files,
NeedsOsFS: true,
NeedsNpmInstall: true,
- LogLevel: jww.LevelInfo,
+ LogLevel: logg.LevelInfo,
}).Build()
b.AssertLogContains("babel: Hugo Environment: production")