Skip to content

Commit

Permalink
Fix bad expected output after comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed Nov 5, 2023
1 parent 8d8db2e commit c93db11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bad/bad_expected.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ examples/bad/test.py:4:1: AAA01 no Act block found in test
examples/bad/test_aaa01.py:8:1: AAA01 no Act block found in test
examples/bad/test_aaa01_cm_import.py:11:1: AAA01 no Act block found in test
examples/bad/test_aaa01_cm_import.py:18:1: AAA01 no Act block found in test
examples/bad/test_aaa02.py:20:1: AAA02 multiple Act blocks found in test
examples/bad/test_aaa02.py:6:1: AAA02 multiple Act blocks found in test
examples/bad/test_aaa02.py:19:1: AAA02 multiple Act blocks found in test
examples/bad/test_aaa02.py:5:1: AAA02 multiple Act blocks found in test
examples/bad/test_aaa03.py:10:9: AAA03 expected 1 blank line before Act block, found none
examples/bad/test_aaa03.py:3:5: AAA03 expected 1 blank line before Act block, found none
examples/bad/test_aaa03_04.py:10:5: AAA04 expected 1 blank line before Assert block, found none
Expand Down

0 comments on commit c93db11

Please sign in to comment.