Skip to content

Commit

Permalink
Merge 3c4aad9 into 64d035a
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirbyrawr committed Mar 1, 2020
2 parents 64d035a + 3c4aad9 commit 85e65f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellar-dotnet-sdk-test/TimeBoundsTest.cs
Expand Up @@ -79,7 +79,7 @@ public void TestTimeBoundsWithDateTimeThrowsIfMaxTimeGreaterThanMinTime()
[TestMethod]
public void TestTimeBoundsWithDuration()
{
var now = new DateTime(2018, 12, 01, 17, 30, 30);
var now = new DateTime(2018, 12, 01, 17, 30, 30, DateTimeKind.Utc);
var duration = TimeSpan.FromDays(2.0);
var timeBounds = new TimeBounds(now, duration);

Expand Down

0 comments on commit 85e65f6

Please sign in to comment.