Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dard committed Mar 7, 2019
1 parent 582ed68 commit 807ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/query_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestFluxQueryService_Query(t *testing.T) {
,result,table,_time,usage_user,test,mystr,this,cpu,host,_measurement
,,0,2018-08-29T13:08:47Z,10.2,10,yay,true,cpu-total,a,cpui
`,
want: toCRLF(`,0,0,2018-08-29T13:08:47Z,10.2,10,yay,true,cpu-total,a,cpui
want: toCRLF(`,_result,0,2018-08-29T13:08:47Z,10.2,10,yay,true,cpu-total,a,cpui
`),
},
Expand Down

0 comments on commit 807ee67

Please sign in to comment.