Skip to content

Commit

Permalink
fix test frfr
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed May 6, 2024
1 parent 12d298c commit 48293a4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/lightning/src/tests/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,18 @@ const migrations_seven = [
}
],
id: 'oldeditsupport-1',
messages: ['1', '2'],
messages: [
{
channel: '000000000000000000',
id: '1',
plugin: 'bolt-discord'
},
{
channel: '6cb2f623-8eee-44a3-b5bf-cf9b147e46d7',
id: '2',
plugin: 'bolt-guilded'
}
],
use_rawname: false
}
]
Expand Down

0 comments on commit 48293a4

Please sign in to comment.