Skip to content

Commit 354dc4d

Browse files
pjonssonomad
authored andcommitted
tests: fix typo in assert message
Reword the end of the sentence so the negation can be avoided, which also fixes the typo of "product" instead of "produce".
1 parent 36ec06a commit 354dc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/test_summarise_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def test_computed_regions_match_those_summarised(summary_store: SummaryStore):
573573

574574
python_calculated_region_code = region_info.dataset_region_code(dataset)
575575
assert python_calculated_region_code == alchemy_calculated_region_code, (
576-
"Python and DB calculated region codes didn't product the same value. "
576+
"Python and DB calculated region codes differ. "
577577
f"{python_calculated_region_code!r} != {alchemy_calculated_region_code!r}"
578578
f"for product {dataset.product.name!r}, dataset {dataset!r}"
579579
)

0 commit comments

Comments
 (0)