Skip to content

Commit

Permalink
TestLoadEmptyLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Dec 2, 2017
1 parent 89c38d8 commit d209f2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blaster/blaster_test.go
Expand Up @@ -23,6 +23,12 @@ import (
"github.com/pkg/errors"
)

func TestLoadEmptyLogs(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
b := New(ctx, cancel)
must(t, b.LoadLogs(&bytes.Buffer{}))
}

func TestWriteHeaders(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
b := New(ctx, cancel)
Expand Down

0 comments on commit d209f2e

Please sign in to comment.