Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
ad92d5c4
"ruoyi-ui/src/vscode:/vscode.git/clone" did not exist on "bb5520a7d1fecac5351d8d679d3b72408bfd1cc1"
Unverified
Commit
ad92d5c4
authored
Jan 17, 2022
by
Matheus Felipe
Browse files
Remove whitespaces
parent
89e254c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/tests/test_validate_format.py
View file @
ad92d5c4
...
...
@@ -230,7 +230,7 @@ class TestValidadeFormat(unittest.TestCase):
self
.
assertIsInstance
(
err_msgs
,
list
)
self
.
assertEqual
(
len
(
err_msgs
),
1
)
err_msg
=
err_msgs
[
0
]
expected_err_msg
=
'(L001) auth value is not enclosed with `backticks`'
...
...
@@ -246,7 +246,7 @@ class TestValidadeFormat(unittest.TestCase):
self
.
assertIsInstance
(
err_msgs
,
list
)
self
.
assertEqual
(
len
(
err_msgs
),
2
)
err_msg_1
=
err_msgs
[
0
]
err_msg_2
=
err_msgs
[
1
]
...
...
Write
Preview
Supports
Markdown
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