Skip to content

Commit 3dab90b

Browse files
committed
chore: remove surplus whitespace in test input
Signed-off-by: Ben Selwyn-Smith <benselwynsmith@googlemail.com>
1 parent 85c0a56 commit 3dab90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/repo_finder/test_repo_finder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_resolve_analysis_target(
8484
repo_pom_paths =
8585
scm.connection
8686
scm.url
87-
""",
87+
""",
8888
["scm:git:git@github.com:oracle-samples/macaron.git", "https://github.com/oracle/macaron"],
8989
),
9090
(
@@ -93,7 +93,7 @@ def test_resolve_analysis_target(
9393
repo_pom_paths =
9494
scm.url
9595
scm.connection
96-
""",
96+
""",
9797
["https://github.com/oracle/macaron", "scm:git:git@github.com:oracle-samples/macaron.git"],
9898
),
9999
],

0 commit comments

Comments
 (0)