Skip to content

Commit

Permalink
Fixup: get back of check in view_error.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangphcn committed Dec 17, 2019
1 parent b17a010 commit ab0f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascript/tests/view_errors.js
Expand Up @@ -154,7 +154,7 @@ couchTests.view_errors = function(debug) {
db.view("infinite/infinite_loop");
T(0 == 1);
} catch(e) {

T(e.error == "os_process_error" || e.error == "unnamed_error");
}

// Check error responses for invalid multi-get bodies.
Expand Down

0 comments on commit ab0f573

Please sign in to comment.