diff --git a/server/__test__/resolvers_test.go b/server/__test__/resolvers_test.go index c307fc4..17f0846 100644 --- a/server/__test__/resolvers_test.go +++ b/server/__test__/resolvers_test.go @@ -11,9 +11,9 @@ import ( func TestResolvers(t *testing.T) { databases := map[string]string{ - enum.Sqlite.String(): "../../data.db", - // enum.Arangodb.String(): "http://root:root@localhost:8529", - // enum.Mongodb.String(): "mongodb://localhost:27017", + enum.Sqlite.String(): "../../data.db", + enum.Arangodb.String(): "http://root:root@localhost:8529", + enum.Mongodb.String(): "mongodb://localhost:27017", } for dbType, dbURL := range databases {