Skip to content

Commit

Permalink
Renaming tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 7, 2020
1 parent 94f3445 commit be4bf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/publisher/pipeline/output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
SeedFlag = flag.Int64("seed", 0, "Randomization seed")
)

func TestPublish(t *testing.T) {
func TestMakeClientWorker(t *testing.T) {
tests := map[string]func(uint) publishCountable{
"client": newMockClient,
"network_client": newMockNetworkClient,
Expand Down Expand Up @@ -79,7 +79,7 @@ func TestPublish(t *testing.T) {
}
}

func TestPublishWithClose(t *testing.T) {
func TestMakeClientWorkerAndClose(t *testing.T) {
tests := map[string]func(uint) publishCountable{
"client": newMockClient,
"network_client": newMockNetworkClient,
Expand Down

0 comments on commit be4bf09

Please sign in to comment.