tests failing

This commit is contained in:
Darko Luketic 2020-04-02 20:03:54 +02:00
parent cec1f0bc96
commit d994b08075

View File

@ -9,15 +9,15 @@ package mongostore
import ( import (
"context" "context"
"encoding/gob" "encoding/gob"
"go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/mongo/options"
"go.mongodb.org/mongo-driver/mongo/readpref"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"time" "time"
"github.com/gorilla/sessions" "github.com/gorilla/sessions"
"go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/mongo/options"
"go.mongodb.org/mongo-driver/mongo/readpref"
) )
type FlashMessage struct { type FlashMessage struct {