Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Aug 1, 2024
1 parent 14aa1ef commit 08e59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Aspire.Dashboard.Tests/DurationFormatterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ public void DisplaysTimesLessThanMicroseconds()
public void DisplaysTimesOf0()
{
var input = 0;
Assert.Equal("0", DurationFormatter.FormatDuration(TimeSpan.FromTicks(input)));
Assert.Equal("0μs", DurationFormatter.FormatDuration(TimeSpan.FromTicks(input)));
}
}

0 comments on commit 08e59d6

Please sign in to comment.