From 95ab2f6322c4dcba2561b86c36566052015f3df6 Mon Sep 17 00:00:00 2001 From: Jacob Kalakal Joseph Date: Thu, 29 Dec 2016 12:52:14 -0800 Subject: [PATCH] Corrects a typo in tests/test_games.py --- tests/test_games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_games.py b/tests/test_games.py index fc8733dc9..28644fbc5 100644 --- a/tests/test_games.py +++ b/tests/test_games.py @@ -1,6 +1,6 @@ """A lightweight test suite for games.py""" -# You can run this test suite by doing: py.test tests/games.py +# You can run this test suite by doing: py.test tests/test_games.py # Of course you need to have py.test installed to do this. import pytest