From 447770722b2e2ea2369e65aee7f8193814b6a279 Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Fri, 22 May 2015 19:14:24 -0700 Subject: [PATCH] Removed accidental stub --- flashcards/tests/test_api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/flashcards/tests/test_api.py b/flashcards/tests/test_api.py index 5a5b436..a48ec1b 100644 --- a/flashcards/tests/test_api.py +++ b/flashcards/tests/test_api.py @@ -394,6 +394,3 @@ class UserFlashcardQuizTests(APITestCase): self.assertEqual(response.data['section'], self.section.pk) self.assertEqual(response.data['text'], self.flashcard.text) self.assertIn(response.data['mask'], [[0, 4], [5, 7]]) - - def test_quiz_response(self): - -- 1.9.1