Corrected formatting of the test file

This commit is contained in:
Marcin Bunsch 2016-01-28 14:57:42 +01:00
parent 57908cd114
commit 69edc8f304
1 changed files with 6 additions and 6 deletions

View File

@ -725,13 +725,13 @@ func TestParse_Timings(t *testing.T) {
s.Gather(acc)
valid := map[string]interface{} {
valid := map[string]interface{}{
"90_percentile": float64(11),
"count": int64(5),
"lower": float64(1),
"mean": float64(3),
"stddev": float64(4),
"upper": float64(11),
"count": int64(5),
"lower": float64(1),
"mean": float64(3),
"stddev": float64(4),
"upper": float64(11),
}
acc.AssertContainsFields(t, "test_timing", valid)