Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
paulorbpinho-fullstacklabs committed Nov 24, 2023
1 parent ff19236 commit 3e8aaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/ExternalPaymentPhaseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public void LookupExternalPaymentPhase()
externalPaymentPhase.PeriodLength.Should().Be("TWO WEEKS");
externalPaymentPhase.Amount.Should().Be(new decimal(1.99));
externalPaymentPhase.Currency.Should().Be("USD");
externalPaymentPhase.CreatedAt.Should().Be(new DateTime(2023, 11, 15, 13, 16, 43, DateTimeKind.Utc));
externalPaymentPhase.UpdatedAt.Should().Be(new DateTime(2023, 11, 15, 13, 16, 43, DateTimeKind.Utc));
externalPaymentPhase.CreatedAt.Should().Be(new DateTime(2023, 11, 15, 16, 16, 43, DateTimeKind.Utc));
externalPaymentPhase.UpdatedAt.Should().Be(new DateTime(2023, 11, 15, 16, 16, 43, DateTimeKind.Utc));
}
}
}

0 comments on commit 3e8aaf1

Please sign in to comment.