Skip to content

Commit

Permalink
Fixed failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Dec 3, 2016
1 parent 81e36a7 commit f153d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tape.test("RPC", function(test) {
var MyService = root.lookup("MyService");
var service = MyService.create(rpc, true, false);

service.MyMethod(MyRequest.create({
service.myMethod(MyRequest.create({
path: "/"
}), function(err, response) {
if (err)
Expand Down

0 comments on commit f153d01

Please sign in to comment.