removed uber zap from vendor and switched to dep from glide (#6)
This commit is contained in:
3
vendor/github.com/prometheus/common/model/time_test.go
generated
vendored
3
vendor/github.com/prometheus/common/model/time_test.go
generated
vendored
@@ -91,6 +91,9 @@ func TestParseDuration(t *testing.T) {
|
||||
out time.Duration
|
||||
}{
|
||||
{
|
||||
in: "0s",
|
||||
out: 0,
|
||||
}, {
|
||||
in: "324ms",
|
||||
out: 324 * time.Millisecond,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user