Skip to content

Commit ab61624

Browse files
minor change
1 parent adae17f commit ab61624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def reportable(platform_to_test=None):
173173
num_suites = 0
174174
for site, regions in l10n_mappings.items():
175175
# each region for win and mac (linux not yet added)
176-
num_suites += len(regions) * 2
176+
num_suites += len(regions)
177177
logging.warning(
178178
f"Potentially matching run found for {platform}, may be reportable. ({covered_suites} out of {num_suites} site/region mappings already reported.)"
179179
)

0 commit comments

Comments
 (0)