소스 검색

Remove whitespaces

pull/3011/head
Matheus Felipe 2 년 전
부모
커밋
ad92d5c400
No known key found for this signature in database GPG 키 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]



불러오는 중...
취소
저장