Skip to content

Commit a3bc18e

Browse files
committed
Fix the TrampolinedProtocol tests.
1 parent faf8cea commit a3bc18e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ometa/test/test_tube.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ class TrampolinedReceiver():
1212
"""
1313
Receive and store the passed in data.
1414
"""
15+
16+
currentRule = 'initial'
17+
1518
def __init__(self):
1619
self.received = []
1720

0 commit comments

Comments
 (0)