Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere authored and dungnx-teko committed Sep 16, 2021
1 parent 94f3758 commit c3e203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_aggs_test.go
Expand Up @@ -14,7 +14,7 @@ import (
)

// TestAggs is an integration test for most aggregation types.
func TestAggs123(t *testing.T) {
func TestAggs(t *testing.T) {
client := setupTestClientAndCreateIndex(t) //, SetTraceLog(log.New(os.Stdout, "", log.LstdFlags)))

tweet1 := tweet{
Expand Down

0 comments on commit c3e203c

Please sign in to comment.