We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6df19b commit 80051b8Copy full SHA for 80051b8
1 file changed
migration_test.go
@@ -601,7 +601,6 @@ func TestApplyFailsOnCanceledContext(t *testing.T) {
601
dmorph.WithLog(logger),
602
)
603
604
- require.NoError(t, db.Close())
605
require.Error(t, err)
606
require.ErrorContains(t, err, "context cancelled")
607
}
0 commit comments