Skip to content

Commit

Permalink
fixed response test for frozen update channel (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumuz authored Apr 23, 2021
1 parent 89b1c62 commit da4ff11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/typescript/response-generators/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ async function updateChannelFromOriginal() {
await channel.watch();
await channel.update({
...channel.data,
frozen: true,
description: 'Updating original data',
});
return await channel.update({
Expand Down

0 comments on commit da4ff11

Please sign in to comment.