Skip to content

Commit 67e615e

Browse files
committed
test: update name
1 parent 041a9f3 commit 67e615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('utils.js', () => {
3737
expect(result).to.be.undefined;
3838
});
3939

40-
it('should resolve promise to callback', done => {
40+
it('should call callback with the resolved value from the promise', done => {
4141
const promise = Promise.resolve(2);
4242
const result = maybeCallback(promise, (error, result) => {
4343
try {

0 commit comments

Comments
 (0)