Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Oct 23, 2024
1 parent 234e941 commit 2d5cb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GW2SDK.Tests/Features/Wvw/Timers/LockoutTimer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public async Task Can_be_found()

Assert.NotNull(context);
Assert.True(actual.NorthAmerica >= DateTimeOffset.Parse("2024-10-23T17:00:00Z"));
Assert.True(actual.Europe >= DateTimeOffset.UtcNow);
Assert.True(actual.Europe >= DateTimeOffset.Parse("2024-10-23T17:00:00Z"));
}
}

0 comments on commit 2d5cb9e

Please sign in to comment.