summaryrefslogtreecommitdiffstats
path: root/tpl/images/images_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/images/images_test.go')
-rw-r--r--tpl/images/images_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/images/images_test.go b/tpl/images/images_test.go
index 6fa93b106..c9b78ea9a 100644
--- a/tpl/images/images_test.go
+++ b/tpl/images/images_test.go
@@ -22,10 +22,10 @@ import (
"path/filepath"
"testing"
- "github.com/spf13/afero"
- "github.com/spf13/cast"
"github.com/gohugoio/hugo/deps"
"github.com/gohugoio/hugo/hugofs"
+ "github.com/spf13/afero"
+ "github.com/spf13/cast"
"github.com/spf13/viper"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"