Unverified Commit ad92d5c4 authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Remove whitespaces

parent 89e254c1
...@@ -230,7 +230,7 @@ class TestValidadeFormat(unittest.TestCase): ...@@ -230,7 +230,7 @@ class TestValidadeFormat(unittest.TestCase):
self.assertIsInstance(err_msgs, list) self.assertIsInstance(err_msgs, list)
self.assertEqual(len(err_msgs), 1) self.assertEqual(len(err_msgs), 1)
err_msg = err_msgs[0] err_msg = err_msgs[0]
expected_err_msg = '(L001) auth value is not enclosed with `backticks`' expected_err_msg = '(L001) auth value is not enclosed with `backticks`'
...@@ -246,7 +246,7 @@ class TestValidadeFormat(unittest.TestCase): ...@@ -246,7 +246,7 @@ class TestValidadeFormat(unittest.TestCase):
self.assertIsInstance(err_msgs, list) self.assertIsInstance(err_msgs, list)
self.assertEqual(len(err_msgs), 2) self.assertEqual(len(err_msgs), 2)
err_msg_1 = err_msgs[0] err_msg_1 = err_msgs[0]
err_msg_2 = err_msgs[1] err_msg_2 = err_msgs[1]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment