From 36769b546fc2d53e0f4d6884d24095ced1e2fd58 Mon Sep 17 00:00:00 2001 From: susmitha Date: Tue, 23 Apr 2024 11:53:27 +0530 Subject: [PATCH 1/2] Added one line --- scripts/tests/test_validate_format.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tests/test_validate_format.py b/scripts/tests/test_validate_format.py index 7cf55604..68f31344 100644 --- a/scripts/tests/test_validate_format.py +++ b/scripts/tests/test_validate_format.py @@ -23,6 +23,7 @@ class TestValidadeFormat(unittest.TestCase): line_num_thousand = 1000 msg = 'This is a unit test' + msg2 ="this is unew message" err_msg_unity = error_message(line_num_unity, msg) err_msg_ten = error_message(line_num_ten, msg) From ab265745299e714ef6d2ed5d7b302bf82cbf3249 Mon Sep 17 00:00:00 2001 From: susmitha Date: Tue, 23 Apr 2024 12:22:42 +0530 Subject: [PATCH 2/2] added comment 1 --- scripts/tests/test_validate_links.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tests/test_validate_links.py b/scripts/tests/test_validate_links.py index 64eae888..c6ab500e 100644 --- a/scripts/tests/test_validate_links.py +++ b/scripts/tests/test_validate_links.py @@ -24,6 +24,7 @@ class TestValidateLinks(unittest.TestCase): 'https://www.example.com', 'https://www.example.com', 'https://www.anotherexample.com', + # added a comment ] self.no_duplicate_links = [ 'https://www.firstexample.com',