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 672b91c commit 499b5f3Copy full SHA for 499b5f3
test/request.js
@@ -1305,7 +1305,7 @@ describe('Request', function() {
1305
1306
assert.throws(function() {
1307
request.request_({ method: 'runQuery' }, reqOpts, assert.ifError);
1308
- }, 'Read consistency cannot be specified in a transaction.');
+ }, /Read consistency cannot be specified in a transaction\./);
1309
});
1310
1311
0 commit comments