package duration
import "testing"
func TestDate(t *testing.T) {
res, _ := parseDuration("15h2m10s")
_ = res
}