chore: remove unneeded ref to gorm.DB (#1971)

pull/1978/head
Jim 4 years ago committed by GitHub
parent fb068341a4
commit 0ca86c8a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,6 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
_ "gorm.io/driver/postgres"
"gorm.io/gorm"
)
// Test_WriterCreate provides unit tests for Writer Create
@ -195,9 +194,6 @@ func Test_WriterDropTableIfExists(t *testing.T) {
func TestWriter_Update(t *testing.T) {
db := setup(t)
id := testId(t)
type fields struct {
Tx *gorm.DB
}
type args struct {
user *oplog_test.TestUser
fieldMaskPaths []string

Loading…
Cancel
Save