Commit ba755a01aa26cad332fde57c9fda935db5c3afd2

Authored by Macartur Sousa
Committed by Sergio Oliveira
1 parent b128f183

Fixed flake8 in accounts tests

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
colab/accounts/tests/test_user.py
... ... @@ -5,6 +5,7 @@ Objective: Test parameters, and behavior.
5 5 from colab.accounts.models import User
6 6 from django.test import TestCase, Client
7 7  
  8 +
8 9 class UserTest(TestCase):
9 10  
10 11 def setUp(self):
... ...