Skip to content

Commit c7a7f53

Browse files
committed
Lint
1 parent 4a69f8f commit c7a7f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/indicators.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Indicators', () => {
4141
const noAuth = !token || !signature;
4242

4343
it.skipIf(noAuth)('creates a client', async () => {
44-
client = new TradingView.Client({ token, signature });
44+
client = new TradingView.Client({ token, signature });
4545
expect(client).toBeDefined();
4646
});
4747

0 commit comments

Comments
 (0)