Skip to content

Commit

Permalink
fix: testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeagle committed Apr 19, 2023
1 parent 109608f commit f8174c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/alipay.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ describe('sdk', function() {
.exec('alipay.open.agent.facetoface.sign', {
}, { log, formData: form, validateSign: true })
.then(ret => {
console.log(ret);
ret.code.should.eql('40004');
ret.subCode.should.eql('BATCH_IS_NOT_EXIST');
done();
Expand Down

0 comments on commit f8174c5

Please sign in to comment.