fix spelling mistakes
This commit is contained in:
parent
07dd61ca6a
commit
78489157a1
9 changed files with 10 additions and 10 deletions
|
@ -86,7 +86,7 @@ def notes(tmp_path: Path):
|
|||
* Weight (org-capture) :weight:
|
||||
** [2020-05-01 Fri 09:00] 62
|
||||
** 63
|
||||
this should be ignored, got no timestmap
|
||||
this should be ignored, got no timestamp
|
||||
** [2020-05-03 Sun 08:00] 61
|
||||
** [2020-05-04 Mon 10:00] 62
|
||||
''')
|
||||
|
|
|
@ -89,7 +89,7 @@ def test_attribute_handling(tmp_path: Path) -> None:
|
|||
# mypy doesn't know about it, but the attribute is there
|
||||
assert getattr(config, 'irrelevant') == 'hello'
|
||||
|
||||
# check that overriden default attribute is actually getting overridden
|
||||
# check that overridden default attribute is actually getting overridden
|
||||
assert config.timezone == nytz
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ def test_location_perf():
|
|||
|
||||
|
||||
# in theory should support any HTML takeout file?
|
||||
# although IIRC bookmakrs and search-history.html weren't working
|
||||
# although IIRC bookmarks and search-history.html weren't working
|
||||
import pytest # type: ignore
|
||||
@pytest.mark.parametrize(
|
||||
'path', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue