mirror of https://github.com/status-im/migrate.git
fixup! Pass config to WithInstance
This commit is contained in:
parent
a06a92d620
commit
ce7a2234ee
|
@ -327,7 +327,7 @@ func TestWithInstance_Concurrent(t *testing.T) {
|
|||
ch := make(chan error, concurrency)
|
||||
for i := 0; i < concurrency; i++ {
|
||||
go func() {
|
||||
_, err := WithInstance(db, nil)
|
||||
_, err := WithInstance(db, &Config{})
|
||||
ch <- err
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue