Merge branch 'master' into ora-dialect

This commit is contained in:
Jim 2020-04-30 14:58:10 -04:00 committed by GitHub
commit d9500e1dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,7 +548,7 @@ func TestTransactionWithBlock(t *testing.T) {
})
})
if err := DB.First(&User{}, "name = ?", "transcation").Error; err == nil {
if err := DB.First(&User{}, "name = ?", "transcation-3").Error; err == nil {
t.Errorf("Should not find record after panic rollback")
}
}