Skip to content

Commit

Permalink
Update coverages/spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Jan 21, 2024
1 parent ec9d3a8 commit 302f1ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specs/Qowaiv.Specs/Financial/Amount_specs.cs
@@ -1,5 +1,14 @@
namespace Financial.Amount_specs;

public class Has_constant
{
[Test]
public void MinValue_equal_to_decimal_MinValue() => Amount.MinValue.Should().Be(decimal.MinValue.Amount());

[Test]
public void MaxValue_equal_to_decimal_MaxValue() => Amount.MaxValue.Should().Be(decimal.MaxValue.Amount());
}

public class Min_and_max
{
[TestCase(17, 17)]
Expand Down

0 comments on commit 302f1ba

Please sign in to comment.