Refactor: fixes imports

This commit is contained in:
Hugo Häggmark
2020-12-07 08:25:27 +01:00
parent d5d78a327d
commit f2ed9acdae
+3 -2
View File
@@ -1,13 +1,14 @@
package librarypanels
import (
"testing"
"time"
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/registry"
"github.com/grafana/grafana/pkg/services/sqlstore"
"github.com/grafana/grafana/pkg/setting"
"github.com/stretchr/testify/require"
"testing"
"time"
)
func TestAddLibraryPanel(t *testing.T) {