Skip to content

Commit

Permalink
test: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slikts committed Dec 20, 2019
1 parent cf13622 commit 4ecd7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Channel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Channel', () => {
});
});

describe('CSP', async () => {
describe('CSP', () => {
const Delay = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
const makeLog = <A>() => {
const logged: A[] = [];
Expand Down

0 comments on commit 4ecd7bf

Please sign in to comment.