mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Update nodeApi test.
'base 64' now returns 11 results as the SSH host key module mentions it
This commit is contained in:
parent
1cdcaebb4d
commit
863675e636
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ TestRegister.addApiTests([
|
||||||
|
|
||||||
it("chef.help: returns multiple results", () => {
|
it("chef.help: returns multiple results", () => {
|
||||||
const result = chef.help("base 64");
|
const result = chef.help("base 64");
|
||||||
assert.strictEqual(result.length, 10);
|
assert.strictEqual(result.length, 11);
|
||||||
}),
|
}),
|
||||||
|
|
||||||
it("chef.help: looks in description for matches too", () => {
|
it("chef.help: looks in description for matches too", () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue