Skip to content

Commit c3e203c

Browse files
oliveredungnx-teko
authored andcommitted
Fix test name
1 parent 94f3758 commit c3e203c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search_aggs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

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

2020
tweet1 := tweet{

0 commit comments

Comments
 (0)