aboutsummaryrefslogtreecommitdiffhomepage
path: root/api/payload_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/payload_test.go')
-rw-r--r--api/payload_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/payload_test.go b/api/payload_test.go
index debf897..f890fe6 100644
--- a/api/payload_test.go
+++ b/api/payload_test.go
@@ -2,12 +2,12 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package api
+package api // import "miniflux.app/api"
import (
"testing"
- "github.com/miniflux/miniflux/model"
+ "miniflux.app/model"
)
func TestUpdateFeedURL(t *testing.T) {