describe("WhisperError", function () {
    it("should not be instanceof ConnectionError", function () {
      assert.notInstanceOf(
        new WhisperError("pajlada", "test"),
        ConnectionError