Skip to content

Commit

Permalink
CODE RUB: Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed Aug 4, 2024
1 parent 4a9a24d commit 7e6d169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validations/ValidationRules.IsNotSameAs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static partial class ValidationRules
{
Condition = first != second,
Message = $"Text is not the same as {secondName}",
Values = new object[] { first }
Values = new object[] { first, second, secondName }
};

/// <summary>
Expand Down

0 comments on commit 7e6d169

Please sign in to comment.