Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed May 20, 2024
1 parent ec9a536 commit f846201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connection-session.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('login', () => {
assert.ok(typeof userInfo.url === 'string');
});

it('should not allow a lightning URL as instance URL', async () => {
it('should not allow a lightning URL as instance URL', () => {
// .lightning
try {
conn = new Connection({
Expand Down

0 comments on commit f846201

Please sign in to comment.