Skip to content

Commit

Permalink
Changes generated by 65da17767ac5933fb1ccd4c1bded781cb33b98cb
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot authored and markrofail-gc committed Nov 30, 2021
1 parent ba68b3e commit 9511a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoCardless.Tests/BlockServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public async Task ShouldGetBlock()
Assert.AreEqual(block.ReasonType, "no_intent_to_pay");
Assert.AreEqual(block.ResourceReference, "example@example.com");
Assert.AreEqual(block.Active, true);
Assert.AreEqual(block.CreatedAt.ToString(), "03/25/2021 17:26:28 +00:00");
Assert.AreEqual(block.CreatedAt.Value.ToString("o"), "2021-03-25T17:26:28.3050000+00:00");
}

[Test]
Expand Down

0 comments on commit 9511a03

Please sign in to comment.