Skip to content

Commit

Permalink
[#251][r] MaxAttribute test's naming -> Validate_BelowMaxValue_Ok
Browse files Browse the repository at this point in the history
  • Loading branch information
yollosun committed Jan 3, 2024
1 parent 4366eff commit ff15343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MaxAttributeTests : AttributesTestBase
public void SetupAttribute() => Attr = new MaxAttribute(MaxValue);

[Test]
public void Validate_MaxValue_Ok()
public void Validate_BelowMaxValue_Ok()
{
// Act & Assert
TestAttributeForValidValue(10);
Expand Down

0 comments on commit ff15343

Please sign in to comment.