Skip to content

Commit

Permalink
avoid double wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Nov 7, 2024
1 parent f71da26 commit 5be63ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe('generateResourceHandler', function () {
console.log('post-generateResourceHandler')
assert.ok(postMessageSpy.calledOnce)
assert.deepStrictEqual(postMessageSpy.getCall(0).args[0].isSuccess, false)
sinon.restore()
}
})
})

0 comments on commit 5be63ce

Please sign in to comment.