Remove unnecessary colon in unittest.nim code example

This commit is contained in:
Ivan Koster
2017-02-24 15:43:31 +01:00
committed by GitHub
parent e8ad59fdc4
commit 8ebc869773

View File

@@ -24,7 +24,7 @@
## echo "run before each test"
##
## teardown:
## echo "run after each test":
## echo "run after each test"
##
## test "essential truths":
## # give up and stop if this fails