Skip to content

Commit b86e09d

Browse files
committed
Fix test breaking CI
1 parent d501aff commit b86e09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/transaction.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('transaction', function() {
127127
.then(function () {
128128
tx.commit()
129129
.catch(function (error) {
130-
expect(error.error).toBeDefined();
130+
expect(error).toBeDefined();
131131
driver.close();
132132
done();
133133
});

0 commit comments

Comments
 (0)