1
0
Fork 0

Fix test of NoCreate-Mode.

This commit is contained in:
Max Neunhoeffer 2014-06-30 09:55:16 +02:00
parent dc956d3598
commit 16168e642a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ function changeOperationModeNegativeCaseTestSuite () {
collections: {},
action: function () {
var db = require('internal').db;
var result = db._changeMode('ReadOnly');
var result = db._changeMode('NoCreate');
return result;
}
});