update deployment
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user