← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:fix-stacktrace-tests into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:fix-stacktrace-tests into launchpad:master.

Commit message:
Fix TestStacktrace

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406773

This was broken by applying `isort` to this file.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:fix-stacktrace-tests into launchpad:master.
diff --git a/lib/lp/services/tests/test_stacktrace.py b/lib/lp/services/tests/test_stacktrace.py
index af1c326..2c97f11 100644
--- a/lib/lp/services/tests/test_stacktrace.py
+++ b/lib/lp/services/tests/test_stacktrace.py
@@ -17,7 +17,7 @@ from lp.testing.layers import BaseLayer
 
 # This constant must always be equal to the line number on which it lives for
 # the tests to pass.
-MY_LINE_NUMBER = 19
+MY_LINE_NUMBER = 20
 
 MY_FILE_NAME = __file__[:__file__.rindex('.py')] + '.py'