diff --git a/exercises/minesweeper/canonical-data.json b/exercises/minesweeper/canonical-data.json index 20b94faf0c..00610da919 100644 --- a/exercises/minesweeper/canonical-data.json +++ b/exercises/minesweeper/canonical-data.json @@ -56,9 +56,9 @@ { "description": "space surrounded by mines", "input": [ - " ", - " 8 ", - " " + "***", + "* *", + "***" ], "expected": [ "***",