Skip to content

Commit

Permalink
travis ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizeng committed Oct 28, 2015
1 parent b8f89cc commit de2645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mysql/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

func TestMigrate(t *testing.T) {
err := MigrateDatabase("localhost", "3306", "PandoCloud", "root", "")
err := MigrateDatabase("localhost", "3306", "", "root", "")
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit de2645a

Please sign in to comment.