mirror of
https://github.com/gchq/CyberChef
synced 2025-03-13 21:36:56 +00:00
Corrected error messages mismatches
This commit is contained in:
parent
8e871637b5
commit
9915ab7db5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue