Skip to content

Commit e52c3d6

Browse files
authored
Merge pull request #399 from OP-TED/feature/TED-1045-beta
Fixed tests for mapping_suite_validator
2 parents 4ca1027 + b1915d4 commit e52c3d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ted_sws/mapping_suite_processor/adapters/mapping_suite_hasher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def hash_mapping_suite(self, with_version: str = "") -> str:
6666
"""
6767
Returns a hash of the mapping suite.
6868
Only the critical resources are hashed in the mapping suite.
69-
The decission which rescources are "critical" is implemented
69+
The decision which resources are "critical" is implemented
7070
in self.hash_critical_mapping_files() function.
7171
7272
If "with_version" parameter is used, then it computed the mapping

0 commit comments

Comments
 (0)