Corrected error messages mismatches

This commit is contained in:
kossithedon 2024-06-13 00:49:16 +02:00
parent 8e871637b5
commit 9915ab7db5
No known key found for this signature in database
GPG key ID: C482A9E4338AB371

View file

@ -166,7 +166,7 @@ TestRegister.addTests([
{
name: "UNIX Timestamp to NTP Timestamp : NTP timestamp seconds part is greater than the greatest authorized value 2085978496",
input: "2085978497",
expectedOutput: "Error: The NTP Timestamp seconds part '2085978497' exceeds the greatest authorized seconds value 2085978496 due to an incorrect provided UNIX timestamp",
expectedOutput: "Error: The NTP Timestamp seconds part '2085978497' exceeds the greatest authorized seconds value '2085978496' due to an incorrect provided UNIX timestamp",
recipeConfig: [
{
op: "UNIX Timestamp to NTP Timestamp",