Skip to content

Commit

Permalink
Error message updated in the corrsponding tests for the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khanrn committed Nov 24, 2023
1 parent 359269e commit cc2b9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void Validate_SendTimeHasNoZone_ReturnsFalse()
var actual = _validator.Validate(order);

Assert.False(actual.IsValid);
Assert.Contains(actual.Errors, a => a.ErrorMessage.Equals("No time zone specified."));
Assert.Contains(actual.Errors, a => a.ErrorMessage.Equals("The requested send time value must have specified a time zone."));
}

[Fact]
Expand Down

0 comments on commit cc2b9eb

Please sign in to comment.