Skip to content

Commit

Permalink
Remove old ably-js tgz and update message-parser.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
splindsay-92 committed Oct 25, 2024
1 parent a4a8b5c commit dcd617b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed ably-2.5.0.tgz
Binary file not shown.
Binary file removed demo/ably-2.5.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions test/core/message-parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('parseMessage', () => {
timestamp: 1234567890,
extras: {},
serial: 'cbfkKvEYgBhDaZ38195418@1728402074206-0:0',
action: 'message_update',
action: ChatMessageActions.MessageUpdate,
},
expectedError: 'received incoming update message without updatedAt',
},
Expand All @@ -160,7 +160,7 @@ describe('parseMessage', () => {
timestamp: 1234567890,
extras: {},
serial: 'cbfkKvEYgBhDaZ38195418@1728402074206-0:0',
action: 'message_delete',
action: ChatMessageActions.MessageDelete,
},
expectedError: 'received incoming deletion message without deletedAt',
},
Expand Down

0 comments on commit dcd617b

Please sign in to comment.