Skip to content

Commit

Permalink
💄 Fix wrong test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigomby committed Aug 4, 2016
1 parent bce7d64 commit a90f28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/batcher/batcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (m *TestMessage) Reports() []types.Reporter {
return nil
}

func TestRBForwarder(t *testing.T) {
func TestBatcher(t *testing.T) {
Convey("Given a batcher", t, func() {
batcher := &Batcher{config: Config{
TimeoutMillis: 1000,
Expand Down

0 comments on commit a90f28b

Please sign in to comment.