test(project): 🧪 resolve default storage issue

master
Xeronith 2023-05-01 10:54:20 +03:30
rodzic 9f448d656d
commit 0cb28b3f79
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ func TestMain(main *testing.M) {
logger.SetLevel(logging.LEVEL_SUPPRESS_SYS_COMP)
// configuration
configuration := settings.NewTestConfiguration()
configuration.GetMySQLConfiguration().SetDatabase("greatape")
configuration.GetPostgreSQLConfiguration().SetDatabase("greatape")
// factories
operationsFactory := operations.NewFactory()
handlersFactory := handlers.NewFactory()