mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 06:23:53 +00:00
Fix tests
This commit is contained in:
parent
b4c14219b6
commit
210186e754
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, 11);
|
assert.strictEqual(result.length, 13);
|
||||||
}),
|
}),
|
||||||
|
|
||||||
it("chef.help: looks in description for matches too", () => {
|
it("chef.help: looks in description for matches too", () => {
|
||||||
|
|
Loading…
Reference in a new issue