Commit ecbcad6
Fix: Remove orphaned return statement in test_campaign_report_to_csv.py
This commit removes a stray `return row` line from
`examples/misc/tests/test_campaign_report_to_csv.py`.
This line was a remnant from the removal of the old `_create_mock_row`
helper method and was causing a `NameError: name 'row' is not defined`
during test collection, causing all tests in the file to fail.1 parent df76f16 commit ecbcad6
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
0 commit comments