Removing unreachable code

This commit is contained in:
Pavel Shevaev 2022-11-03 15:01:32 +03:00
parent ee4d03e658
commit dfef872327
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ func TestTransactionRollbackOnPanic(t *testing.T) {
assert.EqualValues(t, 2, countFoos(t, dbc))
panic("Ooops")
return nil
})
}