File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 payload . model_type . must_equal Intercom ::User
1313 end
1414
15- it "returns correct notification topic" do
15+ it "returns correct User notification topic" do
1616 payload = Intercom ::Notification . new ( test_user_notification )
1717 payload . topic . must_equal "user.created"
1818 end
2727 payload . model . must_be_instance_of Intercom ::Conversation
2828 end
2929
30- it "returns correct model type for User " do
30+ it "returns correct model type for Conversation " do
3131 payload = Intercom ::Notification . new ( test_conversation_notification )
3232 payload . model_type . must_equal Intercom ::Conversation
3333 end
3434
35- it "returns correct notification topic" do
35+ it "returns correct Conversation notification topic" do
3636 payload = Intercom ::Notification . new ( test_conversation_notification )
3737 payload . topic . must_equal "conversation.user.created"
3838 end
You can’t perform that action at this time.
0 commit comments