Skip to content

Commit

Permalink
update: .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-JohnnyNguyen committed May 21, 2024
1 parent ca56fda commit d00874b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/communicates/__tests__/communicate.gateway.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ describe('Communicate gateway', () => {
let ws: WebSocket;

Check warning on line 47 in src/communicates/__tests__/communicate.gateway.spec.ts

View workflow job for this annotation

GitHub Actions / check code

'ws' is defined but never used
let subscriptionId: string;

Check warning on line 48 in src/communicates/__tests__/communicate.gateway.spec.ts

View workflow job for this annotation

GitHub Actions / check code

'subscriptionId' is defined but never used

it('This test should be pass', (done) => {
done();
});
// it('This test should be pass', (done) => {
// done();
// });

// The test will need a connection to L1 node which can not pass review Bot

Expand Down

0 comments on commit d00874b

Please sign in to comment.