mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-18 04:41:40 -07:00
Median: fix test names
This commit is contained in:
parent
4865806baa
commit
90660fb41b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ import TestRegister from "../../lib/TestRegister.mjs";
|
|||
|
||||
TestRegister.addTests([
|
||||
{
|
||||
name: "Median: sorts odd-length input",
|
||||
name: "Median: odd-length input",
|
||||
input: "10 1 2",
|
||||
expectedOutput: "2",
|
||||
recipeConfig: [
|
||||
|
|
@ -20,7 +20,7 @@ TestRegister.addTests([
|
|||
],
|
||||
},
|
||||
{
|
||||
name: "Median: keeps even-length behavior",
|
||||
name: "Median: even-length input",
|
||||
input: "10 1 2 5",
|
||||
expectedOutput: "3.5",
|
||||
recipeConfig: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue