mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
* Fix test naming
This commit is contained in:
parent
7f260ec86b
commit
2374a2cbf0
1 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ TestRegister.addTests([
|
|||
expectedOutput: "",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "BasicArithmetic",
|
||||
op: "Basic Arithmetic",
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
|
@ -27,7 +27,7 @@ TestRegister.addTests([
|
|||
expectedOutput: 45,
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "BasicArithmetic",
|
||||
op: "Basic Arithmetic",
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
|
@ -38,7 +38,7 @@ TestRegister.addTests([
|
|||
expectedOutput: 55,
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "BasicArithmetic",
|
||||
op: "Basic Arithmetic",
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
|
@ -49,7 +49,7 @@ TestRegister.addTests([
|
|||
expectedOutput: 0,
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "BasicArithmetic",
|
||||
op: "Basic Arithmetic",
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
|
@ -60,7 +60,7 @@ TestRegister.addTests([
|
|||
expectedOutput: 22977,
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "BasicArithmetic",
|
||||
op: "Basic Arithmetic",
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue