fix: typo

This commit is contained in:
Shivam Mishra
2023-05-09 15:10:47 +05:30
parent 1a74e52445
commit d68345672c
+1 -1
View File
@@ -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