Skip to content

Commit a9fa776

Browse files
committed
Fix ping test for protobuffs.
1 parent 00af217 commit a9fa776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protocol-buffers-client-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('protocol-buffers-client-tests', function() {
8080
})
8181

8282
it("Pings", function(done) {
83-
db.ping(function(pong) {
83+
db.ping(function(err, pong) {
8484
should.exist(pong)
8585
done();
8686
});

0 commit comments

Comments
 (0)