Add missing colon

This commit is contained in:
Jerry Pussinen
2018-05-01 14:31:25 +02:00
parent 2326307ca7
commit 16a5f7786b

View File

@@ -51,7 +51,7 @@
"\n",
"import pytest\n",
"\n",
"def test_get_divisible_by_five()\n",
"def test_get_divisible_by_five():\n",
" # Your implementation here\n"
]
}