update deployment

This commit is contained in:
matst80
2024-11-09 13:07:49 +01:00
parent a03f7d9f1d
commit 82516b6814
7 changed files with 249 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ func TestConnection(t *testing.T) {
TotalPrice: 0,
}, nil
})
pool, err := NewSyncedPool(localPool, "localhost")
pool, err := NewSyncedPool(localPool, "localhost", nil)
if err != nil {
t.Errorf("Error creating pool: %v", err)
}