aboutsummaryrefslogtreecommitdiff
path: root/server/template/helper/elapsed_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/template/helper/elapsed_test.go')
-rw-r--r--server/template/helper/elapsed_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/template/helper/elapsed_test.go b/server/template/helper/elapsed_test.go
index 67b8d6b7..d65f84f5 100644
--- a/server/template/helper/elapsed_test.go
+++ b/server/template/helper/elapsed_test.go
@@ -6,9 +6,10 @@ package helper
import (
"fmt"
- "github.com/miniflux/miniflux2/locale"
"testing"
"time"
+
+ "github.com/miniflux/miniflux/locale"
)
func TestElapsedTime(t *testing.T) {