* Fix test naming
This commit is contained in:
parent
7f260ec86b
commit
2374a2cbf0
@ -16,7 +16,7 @@ TestRegister.addTests([
|
|||||||
expectedOutput: "",
|
expectedOutput: "",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -27,7 +27,7 @@ TestRegister.addTests([
|
|||||||
expectedOutput: 45,
|
expectedOutput: 45,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -38,7 +38,7 @@ TestRegister.addTests([
|
|||||||
expectedOutput: 55,
|
expectedOutput: 55,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -49,7 +49,7 @@ TestRegister.addTests([
|
|||||||
expectedOutput: 0,
|
expectedOutput: 0,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -60,7 +60,7 @@ TestRegister.addTests([
|
|||||||
expectedOutput: 22977,
|
expectedOutput: 22977,
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "BasicArithmetic",
|
op: "Basic Arithmetic",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user