We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0bb397 + f295f89 commit 2cdddefCopy full SHA for 2cdddef
pkg/gofr/migration/datasource_test.go
@@ -10,7 +10,7 @@ import (
10
"gofr.dev/pkg/gofr/testutil"
11
)
12
13
-func Test_getMigratorDatastoreNotInitialised(t *testing.T) {
+func Test_getMigratorDatastoreNotInitialized(t *testing.T) {
14
logs := testutil.StdoutOutputForFunc(func() {
15
mockContainer, _ := container.NewMockContainer(t)
16
mockContainer.SQL = nil
0 commit comments