From d68345672c22f4b09ff6cd300cd1e7d6210d80c8 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 9 May 2023 15:10:37 +0530 Subject: [PATCH] fix: typo --- spec/models/conversation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/conversation_spec.rb b/spec/models/conversation_spec.rb index 5621f2fe1..36e3c0612 100644 --- a/spec/models/conversation_spec.rb +++ b/spec/models/conversation_spec.rb @@ -254,7 +254,7 @@ RSpec.describe Conversation, type: :model do conversation.reload expect(conversation.update_labels(updated_labels)).to be(true) expect(conversation.label_list).to match_array(updated_labels) - expect(conversation.preloaded_labelfe_list).to match_array(updated_labels) + expect(conversation.preloaded_label_list).to match_array(updated_labels) end it 'adds and removes previously added labels' do