Skip to content

Commit

Permalink
Merge pull request #11 from influxdb/fix-measurement
Browse files Browse the repository at this point in the history
Fix `measurement` => `Measurement`
  • Loading branch information
toddboom committed Jun 18, 2015
2 parents 48b4b34 + 7b6db8d commit d30bbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/accumulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (a *Accumulator) Add(measurement string, value interface{}, tags map[string
a.Points = append(
a.Points,
&Point{
measurement: measurement,
Measurement: measurement,
Value: value,
Tags: tags,
},
Expand Down

0 comments on commit d30bbde

Please sign in to comment.