Skip to content

Commit 6b2a7f5

Browse files
committed
Test --reindex-licenses-for-all-languages
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent ff3de24 commit 6b2a7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/licensedcode/test_plugin_license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from scancode.cli_test_utils import run_scan_click
2020
from scancode_config import REGEN_TEST_FIXTURES
2121

22-
2322
test_env = FileDrivenTesting()
2423
test_env.test_data_dir = os.path.join(os.path.dirname(__file__), 'data')
2524

@@ -239,6 +238,7 @@ def test_match_reference_license():
239238

240239

241240
def test_reindex_licenses_works():
241+
run_scan_click(['--reindex-licenses-for-all-languages'])
242242
run_scan_click(['--reindex-licenses'])
243243

244244

0 commit comments

Comments
 (0)