Skip to content

Commit

Permalink
test: fix test name
Browse files Browse the repository at this point in the history
Co-authored-by: Sayamame-beans <[email protected]>
  • Loading branch information
anatawa12 and Sayamame-beans authored Nov 28, 2023
1 parent ce38a12 commit a2f50ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/test/e2e/timelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ describe('Timelines', () => {
assert.strictEqual(res.body.some((note: any) => note.id === bobNote.id), true);
});

test.concurrent('[withChannelNotes: true, includeSensitiveChannel: false] θ‡ͺεˆ†γŒε–εΎ—γ—γŸγ‚‚ε ΄εˆγ‚»γƒ³γ‚·γƒ†γ‚£γƒ–γƒγƒ£γƒ³γƒγƒ«ζŠ•η¨ΏγŒε«γΎγ‚Œγͺい', async () => {
test.concurrent('[withChannelNotes: true, includeSensitiveChannel: false] θ‡ͺεˆ†γŒε–εΎ—γ—γŸε ΄εˆγ‚‚γ‚»γƒ³γ‚·γƒ†γ‚£γƒ–γƒγƒ£γƒ³γƒγƒ«ζŠ•η¨ΏγŒε«γΎγ‚Œγͺい', async () => {
const [bob] = await Promise.all([signup()]);

const channel = await api('/channels/create', { name: 'channel', isSensitive: true }, bob).then(x => x.body);
Expand Down

0 comments on commit a2f50ff

Please sign in to comment.