Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Barsan <[email protected]>
  • Loading branch information
dianabarsan committed Nov 6, 2024
1 parent b3cfce7 commit 536822a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/tests/mocha/services/async-storage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ describe('async-storage', () => {

it('getRequestId should return nothing when there is no client request', done => {
service = rewire('../../../src/services/async-storage');
const req = { id: 'uuid' };
service.set(undefined, () => {
expect(service.getRequestId()).to.equal(undefined);
done();
Expand Down

0 comments on commit 536822a

Please sign in to comment.