Commit f441be61017899f56bcbf54a5460728cf0007b67

Authored by Andrew Buss
1 parent 638bc9c4ab
Exists in master

s/x/u

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

flashcards/test_fixtures/f7.py View file @ f441be6
... ... @@ -7,5 +7,5 @@
7 7 s = Section.objects.get(department_abbreviation='TEST', course_num='101')
8 8 s.enroll(u)
9 9 s.enroll(y)
10   - Flashcard.push(author=x, section=s, text='My card is currently broken', mask=FlashcardMask([]))
  10 + Flashcard.push(author=u, section=s, text='My card is currently broken', mask=FlashcardMask([]))