Merged in feature/momocks (pull request #150)

Decrease Mocks

* feature/nomocks

* nonet

* assertsaws

* assert
This commit is contained in:
Michael McGuinness
2025-05-23 00:20:01 +00:00
parent 36ff8096f3
commit 33d68b7e04
42 changed files with 617 additions and 650 deletions
+1 -2
View File
@@ -22,9 +22,8 @@ func TestNewServer(t *testing.T) {
cfg := &server.BaseConfig{}
_ = serviceconfig.InitializeConfig(cfg)
net := test.GetNetwork(t)
test.CreateDB(t, cfg, net, &test.CreateDatabaseConfig{
test.CreateDBWithParams(t, cfg, &test.CreateDatabaseConfig{
NoMigrations: true,
})