From 2ec42bf3e8f3acde81b423fcfe3e866543addb71 Mon Sep 17 00:00:00 2001 From: Itamar Friedman Date: Wed, 12 Apr 2023 12:21:53 +0300 Subject: [PATCH] removing compliant whitespace --- tests/test_browse_scrape_links.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_browse_scrape_links.py b/tests/test_browse_scrape_links.py index 48d74167..b3acf394 100644 --- a/tests/test_browse_scrape_links.py +++ b/tests/test_browse_scrape_links.py @@ -112,6 +112,4 @@ class TestScrapeLinks: assert len(result) == 3 assert result[0] == "Google (https://www.google.com)" assert result[1] == "GitHub (https://github.com)" - assert result[2] == "CodiumAI (https://www.codium.ai)" - - + assert result[2] == "CodiumAI (https://www.codium.ai)" \ No newline at end of file