Skip to content

Commit

Permalink
Change test folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacgr committed Nov 16, 2020
1 parent 5b08736 commit 589653f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const JsonRpcServerFactory = require("../../src/server");
const base = new JsonRpcServerFactory({}, {}, 2, "\n");
const cb = () => {};

describe("Base Client Factory", () => {
describe("Base Server Factory Subscriptions", () => {
it("should remove method from event listeners list", (done) => {
base.onNotify("foo", cb);
expect(base.eventNames()).to.have.length(1);
Expand Down

0 comments on commit 589653f

Please sign in to comment.