Skip to content

Commit d4d3afe

Browse files
committed
Fixed syntax error that I should have caught before committing.
1 parent 4a590b6 commit d4d3afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/concurrent/actor/actor_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def act(*message)
100100
#}.not_to raise_error
101101
#actor.stop
102102
#end
103-
#end
103+
end
104104

105105
context 'observation' do
106106

0 commit comments

Comments
 (0)