mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/httputils: fix test after b49d04b3dc
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4459
This commit is contained in:
parent
2f710ec77d
commit
d1dd25122a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func TestGetTimeSuccess(t *testing.T) {
|
|||
f("1562529662.324", 1562529662324)
|
||||
f("-9223372036.854", minTimeMsecs)
|
||||
f("-9223372036.855", minTimeMsecs)
|
||||
f("9223372036.855", maxTimeMsecs)
|
||||
f("1223372036.855", 1223372036855)
|
||||
}
|
||||
|
||||
func TestGetTimeError(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue