From f441be61017899f56bcbf54a5460728cf0007b67 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Fri, 5 Jun 2015 06:46:38 -0700 Subject: [PATCH] s/x/u --- flashcards/test_fixtures/f7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashcards/test_fixtures/f7.py b/flashcards/test_fixtures/f7.py index 29586a1..82b2cf7 100644 --- a/flashcards/test_fixtures/f7.py +++ b/flashcards/test_fixtures/f7.py @@ -7,4 +7,4 @@ def apply(): s = Section.objects.get(department_abbreviation='TEST', course_num='101') s.enroll(u) s.enroll(y) - Flashcard.push(author=x, section=s, text='My card is currently broken', mask=FlashcardMask([])) + Flashcard.push(author=u, section=s, text='My card is currently broken', mask=FlashcardMask([])) -- 1.9.1