Skip to content

Commit

Permalink
Fix TestWildCardQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
martinscholz83 committed Jul 7, 2017
1 parent 5f6c28f commit 60dabc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func TestWildcardQuery(t *testing.T) {
t.Fatal(err)
}

pcts, err := values[0].GetValue("processors.time.pct")
pcts, err := values[0].GetValue("processor.time.pct")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 60dabc5

Please sign in to comment.