diff --git a/tests/transaction_test.go b/tests/transaction_test.go index 5bc79980..0ac04a04 100644 --- a/tests/transaction_test.go +++ b/tests/transaction_test.go @@ -3,9 +3,10 @@ package tests_test import ( "context" "errors" + "testing" + "gorm.io/gorm" . "gorm.io/gorm/utils/tests" - "testing" ) func TestTransaction(t *testing.T) {