Merge pull request #8449 from ncteisen/new_python_interop_tests

New python interop tests
This commit is contained in:
Noah Eisen 2016-10-26 09:07:32 -07:00 committed by GitHub
commit 12b8b9f41d
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ function unimplementedService(client, done) {
client.unimplementedCall({}, function(err, resp) {
assert(err);
assert.strictEqual(err.code, grpc.status.UNIMPLEMENTED);
assert(!err.message);
done();
});
}