Corrected formatting of the test file
This commit is contained in:
parent
57908cd114
commit
69edc8f304
|
@ -725,7 +725,7 @@ func TestParse_Timings(t *testing.T) {
|
||||||
|
|
||||||
s.Gather(acc)
|
s.Gather(acc)
|
||||||
|
|
||||||
valid := map[string]interface{} {
|
valid := map[string]interface{}{
|
||||||
"90_percentile": float64(11),
|
"90_percentile": float64(11),
|
||||||
"count": int64(5),
|
"count": int64(5),
|
||||||
"lower": float64(1),
|
"lower": float64(1),
|
||||||
|
|
Loading…
Reference in New Issue