diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-26 18:53:15 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-26 18:53:15 +0300 |
commit | f23ea0ce4ba0a99dc0483ba3bce31fae665eae4a (patch) | |
tree | f94af48f1f2c5c23e863974d5f3a79b1f21927e8 /core/TESTS/test_parsers.py | |
parent | d08a6aa204144e20e1e697fde3f6444edce814f1 (diff) | |
download | troggle-f23ea0ce4ba0a99dc0483ba3bce31fae665eae4a.tar.gz troggle-f23ea0ce4ba0a99dc0483ba3bce31fae665eae4a.tar.bz2 troggle-f23ea0ce4ba0a99dc0483ba3bce31fae665eae4a.zip |
edits today mean test needs fixing
Diffstat (limited to 'core/TESTS/test_parsers.py')
-rw-r--r-- | core/TESTS/test_parsers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/TESTS/test_parsers.py b/core/TESTS/test_parsers.py index 01d2d0c..f72e9ea 100644 --- a/core/TESTS/test_parsers.py +++ b/core/TESTS/test_parsers.py @@ -87,11 +87,11 @@ class ImportTest(TestCase): print(f"'{i.message}'") expected = [ - " ! - 1986 EXCEPTION: 'Kurt Keinnamen' in entry tid='1986_s02' for this year.", + " ! - 1986 EXCEPTION: 'Kurt Keinnamen' (Kurt Keinnamen) in entry tid='1986_s02' for this year.", ] not_expected = [ - " ! - 1986 EXCEPTION:: 'Dave Smartarse' in entry tid='1986_s01' for this year.", + " ! - 1986 EXCEPTION:: 'Dave Smartarse' (Dave Smartarse) in entry tid='1986_s01' for this year.", " ! - 1986 Warning: logentry: surface - stupour - no expo member author for entry '1986_s03'", " ! - 1986 Warning: logentry: 123 - wave 2 - no expo member author for entry '1986_s02'", ] |