feat: update tool-chain to latest (#7975)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -223,7 +223,7 @@ describe('#actions', () => {
|
||||
const state = {
|
||||
uiFlags: { allMessagesLoaded: false },
|
||||
conversations: {
|
||||
'454': {
|
||||
454: {
|
||||
id: 454,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -232,7 +232,7 @@ describe('#actions', () => {
|
||||
created_at: 1682244355, // Sunday, 23 April 2023 10:05:55
|
||||
conversation_id: 20,
|
||||
},
|
||||
'463': {
|
||||
463: {
|
||||
id: 463,
|
||||
content: 'ss',
|
||||
message_type: 0,
|
||||
@@ -269,7 +269,7 @@ describe('#actions', () => {
|
||||
'setMissingMessagesInConversation',
|
||||
|
||||
{
|
||||
'454': {
|
||||
454: {
|
||||
id: 454,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -278,7 +278,7 @@ describe('#actions', () => {
|
||||
created_at: 1682244355,
|
||||
conversation_id: 20,
|
||||
},
|
||||
'463': {
|
||||
463: {
|
||||
id: 463,
|
||||
content: 'ss',
|
||||
message_type: 0,
|
||||
@@ -287,7 +287,7 @@ describe('#actions', () => {
|
||||
created_at: 1682490729,
|
||||
conversation_id: 20,
|
||||
},
|
||||
'465': {
|
||||
465: {
|
||||
id: 465,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -305,7 +305,7 @@ describe('#actions', () => {
|
||||
const state = {
|
||||
uiFlags: { allMessagesLoaded: false },
|
||||
conversations: {
|
||||
'454': {
|
||||
454: {
|
||||
id: 454,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -314,7 +314,7 @@ describe('#actions', () => {
|
||||
created_at: 1682244355, // Sunday, 23 April 2023 10:05:55
|
||||
conversation_id: 20,
|
||||
},
|
||||
'463': {
|
||||
463: {
|
||||
id: 463,
|
||||
content: 'ss',
|
||||
message_type: 0,
|
||||
@@ -352,7 +352,7 @@ describe('#actions', () => {
|
||||
'setMissingMessagesInConversation',
|
||||
|
||||
{
|
||||
'454': {
|
||||
454: {
|
||||
id: 454,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -361,7 +361,7 @@ describe('#actions', () => {
|
||||
created_at: 1682244355,
|
||||
conversation_id: 20,
|
||||
},
|
||||
'460': {
|
||||
460: {
|
||||
id: 460,
|
||||
content: 'Hi how are you',
|
||||
message_type: 0,
|
||||
@@ -370,7 +370,7 @@ describe('#actions', () => {
|
||||
created_at: 1682417926,
|
||||
conversation_id: 20,
|
||||
},
|
||||
'463': {
|
||||
463: {
|
||||
id: 463,
|
||||
content: 'ss',
|
||||
message_type: 0,
|
||||
@@ -388,7 +388,7 @@ describe('#actions', () => {
|
||||
const state = {
|
||||
uiFlags: { allMessagesLoaded: false },
|
||||
conversation: {
|
||||
'454': {
|
||||
454: {
|
||||
id: 454,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -397,7 +397,7 @@ describe('#actions', () => {
|
||||
created_at: 1682244355, // Sunday, 23 April 2023 10:05:55
|
||||
conversation_id: 20,
|
||||
},
|
||||
'463': {
|
||||
463: {
|
||||
id: 463,
|
||||
content: 'ss',
|
||||
message_type: 0,
|
||||
|
||||
@@ -189,7 +189,7 @@ describe('#mutations', () => {
|
||||
const state = {
|
||||
uiFlags: { allMessagesLoaded: false },
|
||||
conversations: {
|
||||
'454': {
|
||||
454: {
|
||||
id: 454,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -198,7 +198,7 @@ describe('#mutations', () => {
|
||||
created_at: 1682432667,
|
||||
conversation_id: 20,
|
||||
},
|
||||
'464': {
|
||||
464: {
|
||||
id: 464,
|
||||
content: 'hey will be back soon',
|
||||
message_type: 3,
|
||||
@@ -221,7 +221,7 @@ describe('#mutations', () => {
|
||||
},
|
||||
]);
|
||||
expect(state.conversations).toEqual({
|
||||
'454': {
|
||||
454: {
|
||||
id: 454,
|
||||
content: 'hi',
|
||||
message_type: 0,
|
||||
@@ -230,7 +230,7 @@ describe('#mutations', () => {
|
||||
created_at: 1682432667,
|
||||
conversation_id: 20,
|
||||
},
|
||||
'455': {
|
||||
455: {
|
||||
id: 455,
|
||||
content: 'Hey billowing-grass-423 how are you?',
|
||||
message_type: 3,
|
||||
@@ -239,7 +239,7 @@ describe('#mutations', () => {
|
||||
created_at: 1682432667,
|
||||
conversation_id: 20,
|
||||
},
|
||||
'464': {
|
||||
464: {
|
||||
id: 464,
|
||||
content: 'hey will be back soon',
|
||||
message_type: 3,
|
||||
|
||||
Reference in New Issue
Block a user