Skip to content

Commit

Permalink
Npm Package Update - fix Added return entry addenda record added also…
Browse files Browse the repository at this point in the history
… test case.
  • Loading branch information
pradeepvish1213 committed Oct 5, 2023
1 parent 4c45931 commit c55b87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 595 deletions.
4 changes: 2 additions & 2 deletions test/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ describe('Entry', function () {
GenerateAchFile([], './test/ach_file').then((result) => {
expect(result.error).to.equal(false);
expect(result.message).to.equal('Successfully writing file.');
done();
return done()
}).catch(error => {
console.log('===========', error)
expect(true).to.be.false;
expect(error.message).to.equal('Successfully writing file.');
done();
return done();
})
})
})
Expand Down
Loading

0 comments on commit c55b87b

Please sign in to comment.