Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Cerutti committed Jan 9, 2017
1 parent e0eaa3b commit 04ad912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/ipmi_sensor/ipmi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ func TestGather(t *testing.T) {
acc.AssertContainsTaggedFields(t, "ipmi_sensor", test.fields, test.tags)
}

i := &Ipmi{
i = &Ipmi{
path: "ipmitool",
}

err := i.Gather(&acc)
err = i.Gather(&acc)

var tests = []struct {
fields map[string]interface{}
Expand Down

0 comments on commit 04ad912

Please sign in to comment.