Skip to content

Commit bb57e7d

Browse files
committed
Resolve merge conflict in tests/scancode/test_cli.py
Signed-off-by: Taslim Oseni <tasleemoseni@gmail.com>
2 parents 2bc7c8f + 3c532f0 commit bb57e7d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/scancode/test_cli.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,7 @@ def test_scan_info_returns_correct_full_root_with_single_file():
183183
# we have a single file
184184
assert len(files) == 1
185185
scanned_file = files[0]
186-
<<<<<<< HEAD
187186
# and we check that the path is the full absolute path without repeating the file name
188-
=======
189-
# and we check that the path is the full path without repeating the file name
190-
# note that the path never contain leading and trailing slashes
191-
>>>>>>> 8e88b94261 (Do not codebase walk outside input paths)
192187
assert scanned_file['path'] == fileutils.as_posixpath(test_file)
193188

194189

0 commit comments

Comments
 (0)