diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-24 07:59:41 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-24 07:59:41 +0200 |
commit | 6ec90b4665d9988a3a5db409bbe74bf2ac778ad3 (patch) | |
tree | 5163b8d8ceb9d761df1d320bcaa4b8aaae7d8a2a /core/TESTS/test_parsers.py | |
parent | 7c36fd5d2b0eefa26b4e01be16e9787937c7bc3f (diff) | |
download | troggle-6ec90b4665d9988a3a5db409bbe74bf2ac778ad3.tar.gz troggle-6ec90b4665d9988a3a5db409bbe74bf2ac778ad3.tar.bz2 troggle-6ec90b4665d9988a3a5db409bbe74bf2ac778ad3.zip |
fixed test text
Diffstat (limited to 'core/TESTS/test_parsers.py')
-rw-r--r-- | core/TESTS/test_parsers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/test_parsers.py b/core/TESTS/test_parsers.py index aaccff3..2d4435d 100644 --- a/core/TESTS/test_parsers.py +++ b/core/TESTS/test_parsers.py @@ -184,7 +184,7 @@ class ImportTest(TestCase): # with open('_test_response_edit.html', 'w') as f: # f.write(content) expected = [ - "Edit Logbook Entry on 1986-07-31", + "Edit Existing Logbook Entry on 1986-07-31", r"Other names \(comma separated\)", # regex match so slashes need to be espcaped "Place: cave name, or 'plateau', 'topcamp' etc.", ] |