notifiers - split interfaces/packages testing

pull/29/head
Hunter Long 2018-07-17 09:09:48 -07:00
parent d0ad55488d
commit 17668c0586
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ func TestAssetsCommand(t *testing.T) {
assert.True(t, fileExists("assets/js/main.js"))
assert.True(t, fileExists("assets/css/base.css"))
assert.True(t, fileExists("assets/scss/base.scss"))
assert.True(t, fileExists("assets/emails/failure.html"))
}
func RunMySQLMakeConfig(t *testing.T, db string) {