Skip to content

Commit

Permalink
config/default: handle time.Duration
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Tolstov <[email protected]>
  • Loading branch information
vtolstov committed Feb 7, 2023
1 parent 45cdac5 commit 8159b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/time/duration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func TestParseDuration(t *testing.T) {
var td time.Duration
var err error

t.Skip()
td, err = ParseDuration("14d4h")
if err != nil {
t.Fatalf("ParseDuration error: %v", err)
Expand Down

0 comments on commit 8159b9d

Please sign in to comment.