There was an error while loading. Please reload this page.
2 parents 2bc7c8f + 3c532f0 commit bb57e7dCopy full SHA for bb57e7d
1 file changed
tests/scancode/test_cli.py
@@ -183,12 +183,7 @@ def test_scan_info_returns_correct_full_root_with_single_file():
183
# we have a single file
184
assert len(files) == 1
185
scanned_file = files[0]
186
-<<<<<<< HEAD
187
# 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)
192
assert scanned_file['path'] == fileutils.as_posixpath(test_file)
193
194
0 commit comments