Skip to content

Commit 25dc2a3

Browse files
author
Eric W Cochran
committed
test(channels): type setup snapshot fixture
1 parent 6417d09 commit 25dc2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/channels.add.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ describe("channelsAddCommand", () => {
566566
plugin: {
567567
...createChannelTestPluginBase({ id: "telegram", label: "Telegram" }),
568568
setup: {
569-
applyAccountConfig: ({ cfg, input }) => ({
569+
applyAccountConfig: ({ cfg, input }: ApplyAccountConfigParams) => ({
570570
...cfg,
571571
channels: {
572572
...cfg.channels,

0 commit comments

Comments
 (0)