Skip to content

Commit

Permalink
tests: correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 12, 2021
1 parent ca491d8 commit 49f80d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/deferred.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { deferred } from '../../src/util/deferred';

describe('Tests cached status code', () => {
describe('Tests deferred object', () => {
it('test resolve method', () => {
const d = deferred();

Expand Down

0 comments on commit 49f80d7

Please sign in to comment.