Skip to content

Commit

Permalink
really fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
corylanou committed Mar 6, 2015
1 parent f531356 commit 8a9a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influxd/server_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ func Test_ServerSingleGraphiteIntegration(t *testing.T) {
return
}

expected := strings.Trim(strings(b))
expected := strings.TrimSpace(string(b))

got, ok := query(t, nodes, "graphite", `select * from "graphite"."raw".cpu`, expected)
if !ok {
Expand Down

0 comments on commit 8a9a635

Please sign in to comment.