Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Jan 8, 2025
1 parent 1d7f6d5 commit d999581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/tests/test_lib_storm.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async def test_lib_storm_emit(self):
await core.nodes('[test:str=emit] emit foo')
self.nn(cm.exception.get('highlight'))

# stop cannot cross function boundaries
# stop cannot cross function boundaries
q = '''
function inner(v) {
if ( $v = 2 ) {
Expand Down

0 comments on commit d999581

Please sign in to comment.