Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Dec 6, 2024
1 parent 8f8f15c commit 72c1d5d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ describe('endpoints', () => {
await done;

assert.ok(true);

} catch (err) {
assert.fail(err)
assert.fail(err);
}
});
});

0 comments on commit 72c1d5d

Please sign in to comment.