We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d28e9 commit 140e7f4Copy full SHA for 140e7f4
test/index.js
@@ -193,8 +193,8 @@ describe('refunds', function() {
193
err = error;
194
}
195
finally {
196
- assert.deepEqual(err.status, 404);
197
- expect(refund).to.an('object');
+ assert.deepEqual(err.status, 400);
+ expect(refund).to.be.an('undefined');
198
199
});
200
@@ -210,8 +210,8 @@ describe('refunds', function() {
210
211
212
213
214
215
216
217
0 commit comments