Skip to content

Commit

Permalink
Update test data with additional fields and corrected values
Browse files Browse the repository at this point in the history
Added `serial` and `createdAt` fields to the test data for the helper test.
  • Loading branch information
splindsay-92 committed Jan 14, 2025
1 parent 0bdc24d commit d2591a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/core/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ import { DefaultReaction } from '../../src/core/reaction.js';

const TEST_ENVELOPED_MESSAGE = {
id: 'chat:6TP2sA:some-room:219f7afc614af7b:0',
serial: '01719948956834-000@108TeGZDQBderu97202638',
createdAt: 1719948956834,
clientId: 'user1',
timestamp: 1719948956834,
encoding: 'json',
action: 1,
action: 0,
version: '01719948956834-000@108TeGZDQBderu97202638',
extras: {
headers: {},
Expand Down

0 comments on commit d2591a0

Please sign in to comment.