Skip to content

Commit

Permalink
Fix report card bug
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Jan 17, 2019
1 parent 2a71505 commit 9b41366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ func TestConvert(t *testing.T) {

// Create the Liquibase database table.
b, err := ioutil.ReadFile("testdata/lbsetup.sql")
assert.Nil(t, err)
_, err = m.DB.Exec(string(b))
assert.Nil(t, err)

Expand Down

0 comments on commit 9b41366

Please sign in to comment.