From e5c8ac18de454cfeee7214d6031a5494419e8f63 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 8 Jan 2019 12:44:07 -0600 Subject: [PATCH] bad import --- backend/app/rest/api/rss_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/app/rest/api/rss_test.go b/backend/app/rest/api/rss_test.go index 54938629..519a829c 100644 --- a/backend/app/rest/api/rss_test.go +++ b/backend/app/rest/api/rss_test.go @@ -7,8 +7,9 @@ import ( "testing" "time" - "github.com/go-pkgz/mongo/.vendor/github.com/stretchr/testify/require" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" + "github.com/umputun/remark/backend/app/store" )