Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawidpol committed Oct 10, 2023
1 parent 28aafc6 commit a52426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ describe('Doc', function() {
};
}

doc.on('error', expectError('FETCH_ERROR'));
doc.on('error', expectError('ERR_HARD_ROLLBACK_FETCH_FAILED'));
doc.submitOp(nonInvertibleOp, expectError('SUBMIT_ERROR'));
}
], done);
Expand Down

0 comments on commit a52426e

Please sign in to comment.