Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
6a506cf9
Commit
6a506cf9
authored
Jun 08, 2018
by
David Haynes
🙆
Browse files
Add a space to a string
- thank you tests...
parent
2bfd80be
Pipeline
#2515
failed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/test_models.py
View file @
6a506cf9
...
...
@@ -185,7 +185,7 @@ class RegisteredUserTest(TestCase):
"""
get_user
=
User
.
objects
.
get
(
username
=
'dhaynes'
)
get_registered_user
=
RegisteredUser
.
objects
.
get
(
user
=
get_user
)
expected
=
'<Registered
User: dhaynes - Approval Status: False>'
expected
=
'<RegisteredUser: dhaynes - Approval Status: False>'
actual
=
str
(
get_registered_user
)
self
.
assertEqual
(
expected
,
actual
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment