mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04: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",
|
name: "UNIX Timestamp to NTP Timestamp : NTP timestamp seconds part is greater than the greatest authorized value 2085978496",
|
||||||
input: "2085978497",
|
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: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "UNIX Timestamp to NTP Timestamp",
|
op: "UNIX Timestamp to NTP Timestamp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue