瀏覽代碼

Remove whitespaces

pull/3011/head
Matheus Felipe 2 年之前
父節點
當前提交
ad92d5c400
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: AA785C523274872F
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      scripts/tests/test_validate_format.py

+ 2
- 2
scripts/tests/test_validate_format.py 查看文件

@@ -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]



Loading…
取消
儲存