Skip to content

Commit

Permalink
Add tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Oct 4, 2017
1 parent 4d2ff01 commit bbb8f37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/notification/httpnotify_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package notification

import "testing"

func TestNewSimpleHttpNotify(t *testing.T) {
n := NewSimpleHttpNotify("test")
if n == nil {
t.Fatal("should not be nil")
}
}

0 comments on commit bbb8f37

Please sign in to comment.