Skip to content

Commit

Permalink
add dummy app test for trying to fix makefile coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Jun 17, 2016
1 parent b2f5a4e commit c878227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/app_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package app

import "testing"

func DummyTest(*testing.T) {
}

0 comments on commit c878227

Please sign in to comment.