Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nd4p90x committed May 28, 2024
1 parent 2440e09 commit 9b190dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/segment/analytics/message_batch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Analytics
subject << message
expect(subject.length).to eq(0)

expect { subject << message }.to raise_error("Message Exceeded Maximum Allowed Size")
expect { MessageBatch.new }.to raise_error("Message Exceeded Maximum Allowed Size")
end
end

Expand Down

0 comments on commit 9b190dd

Please sign in to comment.