Skip to content

Commit 2cdddef

Browse files
authored
Merge pull request #2398 from Mittalkabir/patch-1
2 parents a0bb397 + f295f89 commit 2cdddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gofr/migration/datasource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"gofr.dev/pkg/gofr/testutil"
1111
)
1212

13-
func Test_getMigratorDatastoreNotInitialised(t *testing.T) {
13+
func Test_getMigratorDatastoreNotInitialized(t *testing.T) {
1414
logs := testutil.StdoutOutputForFunc(func() {
1515
mockContainer, _ := container.NewMockContainer(t)
1616
mockContainer.SQL = nil

0 commit comments

Comments
 (0)