Skip to content

Commit

Permalink
chore: Refactor pkg/testing to adapt gorm v2
Browse files Browse the repository at this point in the history
  • Loading branch information
laynax committed Oct 12, 2022
1 parent 5b95727 commit 4f40d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testing/testservice.go
Expand Up @@ -3,7 +3,7 @@ package testing
import (
"context"

"github.com/jinzhu/gorm"
"gorm.io/gorm"

sdkdatabasecontext "github.com/scribd/go-sdk/pkg/context/database"
"github.com/scribd/go-sdk/pkg/testing/testproto"
Expand Down

0 comments on commit 4f40d42

Please sign in to comment.