Skip to content

Commit f00bcbc

Browse files
committed
fix migration
1 parent f7f69eb commit f00bcbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MyMusicBoxApi/database/migrationtable_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ func TestApplyMigration(t *testing.T) {
6464
query := "DROP DATABSE migration"
6565

6666
mock.ExpectBegin()
67-
mock.ExpectPrepare(query)
6867
mock.ExpectExec(query).
6968
WillReturnResult(sqlmock.NewResult(1, 1))
7069
mock.ExpectCommit()

0 commit comments

Comments
 (0)