mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
linting
This commit is contained in:
parent
5fb50a1759
commit
5efc3f15f2
3 changed files with 6 additions and 8 deletions
|
@ -35,7 +35,7 @@ TestRegister.addApiTests([
|
|||
try {
|
||||
const fail = chef.setUnion("1");
|
||||
// shouldnt get here
|
||||
assert(false);
|
||||
assert(!fail || false);
|
||||
} catch (e) {
|
||||
assert(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue