From a7d9c184fc122cedbae5bc69ea42104aadab1ec0 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Thu, 1 Dec 2016 11:37:13 +0100 Subject: [PATCH] Fix failing test case on IE8 --- README.md | 4 ++-- dist/README.md | 4 ++-- tests/rpc.js | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ceb60be3..ba9309d14 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ var protobuf = require("protobufjs"); Development: ``` - + ``` Production: ``` - + ``` The `protobuf` namespace will be available globally. diff --git a/dist/README.md b/dist/README.md index 0bea1eeb0..049599032 100644 --- a/dist/README.md +++ b/dist/README.md @@ -7,12 +7,12 @@ CDN usage Development: ``` - + ``` Production: ``` - + ``` **NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon. diff --git a/tests/rpc.js b/tests/rpc.js index abcbf14e8..7883acd3a 100644 --- a/tests/rpc.js +++ b/tests/rpc.js @@ -38,8 +38,6 @@ tape.test("RPC", function(test) { var MyService = root.lookup("MyService"); var service = MyService.create(rpc, true, false); - - test.deepEqual(Object.keys(service), [ "MyMethod" ], "should create a service with exactly one method"); service.MyMethod(MyRequest.create({ path: "/"