Skip to content

Commit b239c28

Browse files
committed
- fix typo
1 parent 130f42a commit b239c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe("json-rpc-e2e", () => {
4949
.expect(403)
5050
.expect(errorObj);
5151

52-
// The testing with expect(req).rejects doesn't work
52+
// The testing with expect(req).rejects doesn't work
5353

5454
// const req = request(server.server)
5555
// .post("/rpc/v1")
@@ -60,7 +60,7 @@ describe("json-rpc-e2e", () => {
6060
// fromService: "Test Service",
6161
// params: { data: "hi" }
6262
// })
63-
);
63+
//);
6464
});
6565

6666
afterAll(async () => {

0 commit comments

Comments
 (0)