forked from ubccr/coldfront
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ def test_is_renewal_survey_completed_returns_false(self): | |
# With the dummy backend, is_renewal_survey_completed returns whether | ||
# the PI username is less than 5 characters. This username is thus | ||
# greater than 5 characters. | ||
|
||
user = User.objects.create( | ||
email='[email protected]', | ||
first_name='Test', | ||
|
@@ -74,6 +75,7 @@ def test_is_renewal_survey_completed_returns_true(self): | |
# With the dummy backend, is_renewal_survey_completed returns whether | ||
# the PI username is less than 5 characters. This username is thus | ||
# less than 5 characters. | ||
|
||
user = User.objects.create( | ||
email='[email protected]', | ||
first_name='Test', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters