Skip to content

Commit 96771fd

Browse files
committed
Merge branch '1.2'
2 parents ca89c5d + c956a00 commit 96771fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def should_occur_before_prefixes(self, Local):
193193
def should_use_finally_to_revert_changes_on_exceptions(self, Local):
194194
class Oops(Exception):
195195
pass
196+
196197
runner = Local.return_value
197198
c = Context()
198199
try:
@@ -260,6 +261,7 @@ def nesting_should_retain_order(self, Local):
260261
def should_use_finally_to_revert_changes_on_exceptions(self, Local):
261262
class Oops(Exception):
262263
pass
264+
263265
runner = Local.return_value
264266
c = Context()
265267
try:

0 commit comments

Comments
 (0)