mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
@@ -271,7 +271,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
|
||||
|
||||
db := testSQLDB(t)
|
||||
|
||||
ctx, _ := testutil.Context(t)
|
||||
ctx := testutil.Context(t, testutil.WaitLong)
|
||||
|
||||
// Prepare database for stepping up.
|
||||
err := migrations.Down(db)
|
||||
|
||||
Reference in New Issue
Block a user