Formatting and adding dev comments

This commit is contained in:
Chris Troutner
2025-10-25 11:22:13 -07:00
parent bb10bd819a
commit 28615403b8
2 changed files with 10 additions and 3 deletions
@@ -1032,6 +1032,7 @@ describe('#offer-use-case', () => {
assert.include(err.message, 'tokenId must be a string!')
}
})
it('should throw error if tokenId is not found!', async () => {
try {
// Mock dependencies
@@ -1058,6 +1059,7 @@ describe('#offer-use-case', () => {
assert.isObject(offer)
assert.isTrue(spy.notCalled, 'it should not call retryQueue functions.')
})
it('should sync offer', async () => {
// create a timestamp 6 minutes in the past