Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Aug 8, 2024
1 parent 16bfdb4 commit 2afd7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hearth/spec/hearth/event_stream/handler_base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def parse_event(_, _); end
let(:exception_class) { Class.new }
let(:exception_event) { exception_class.new }

# TODO: Exception event handling is ALL MESSED UP!
# TODO: Exception event handling is ALL MESSED UP! - TEST
it 'calls registered MyException handlers' do
subject.send(:on, exception_class, handler_1)
expect(subject).to receive(:parse_event)
Expand Down

0 comments on commit 2afd7d3

Please sign in to comment.