Skip to content

Commit

Permalink
also allow British English spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jul 2, 2024
1 parent 330ce24 commit 14c7ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
],
"words": [],
"ignoreWords": [],
"import": []
"import": [],
"language": "en-GB, en-US"
}
4 changes: 2 additions & 2 deletions tests/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,12 +1001,12 @@ def test_get_normalization_histogram() -> None:

metadata: Dict[Any, Any] = {}
metadata["entry_title"] = "Title"
# User
# user
metadata["user0"] = {}
metadata["user0"]["name"] = "Name"
metadata["user0"]["email"] = "email"
metadata["user0"]["affiliation"] = "affiliation"
# Instrument
# instrument
metadata["instrument"] = {}
# analyzer
metadata["instrument"]["analyzer"] = {}
Expand Down

0 comments on commit 14c7ebb

Please sign in to comment.