We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f69eb commit f00bcbcCopy full SHA for f00bcbc
1 file changed
MyMusicBoxApi/database/migrationtable_test.go
@@ -64,7 +64,6 @@ func TestApplyMigration(t *testing.T) {
64
query := "DROP DATABSE migration"
65
66
mock.ExpectBegin()
67
- mock.ExpectPrepare(query)
68
mock.ExpectExec(query).
69
WillReturnResult(sqlmock.NewResult(1, 1))
70
mock.ExpectCommit()
0 commit comments