mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
Tidied up 'Parse ObjectID Timestamp' operation
This commit is contained in:
parent
9c729c4490
commit
3a0c8a199a
4 changed files with 12 additions and 12 deletions
|
@ -100,7 +100,7 @@ import "./tests/Lorenz.mjs";
|
|||
import "./tests/LuhnChecksum.mjs";
|
||||
import "./tests/CipherSaber2.mjs";
|
||||
import "./tests/Colossus.mjs";
|
||||
import "./tests/ParseObjectIdTimestamp.mjs";
|
||||
import "./tests/ParseObjectIDTimestamp.mjs";
|
||||
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Parse ObjectId timestamp tests
|
||||
* Parse ObjectID timestamp tests
|
||||
*
|
||||
* @author dmfj [dominic@dmfj.io]
|
||||
*
|
||||
|
@ -16,7 +16,7 @@ TestRegister.addTests([
|
|||
expectedOutput: "1970-01-01T00:00:00.000Z",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "Parse ObjectId timestamp",
|
||||
op: "Parse ObjectID timestamp",
|
||||
args: [],
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue