Skip to content

Commit 2d81df9

Browse files
committed
chore: cleanup
1 parent 1accaf7 commit 2d81df9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/request.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ describe("Test request method", () => {
144144
path: "record/v1/bad-path",
145145
})
146146
).rejects.toThrowError("Record type 'bad-path' does not exist");
147-
}, {
148-
timeout: 10000,
149147
});
150148

151149
it("should reject with meaningful error if bad object", async () => {

0 commit comments

Comments
 (0)