Skip to content

TimeSpan's should show the time breakdown #29

@robdmoore

Description

@robdmoore

I would expect this:

var timespan = TimeSpan.FromDays(2) + TimeSpan.FromHours(3) + TimeSpan.FromMinutes(5);

Assert.That(timespan.Humanize(), Is.EqualTo("2 days, 3 hours, 5 minutes"));

But it seems to come back with 2 days currently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions