Skip to content

Commit

Permalink
fix(only): unexpected only in sdk test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Nov 25, 2023
1 parent 9443fe6 commit e6e63d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/test/types/errors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
UnsupportedChainError,
} from "../../src/types/errors";

describe.only("Error types", () => {
describe("Error types", () => {
it("has ClientError", () => {
const error = new ClientError("Client error", { foo: "bar" });
error.message = "Client error";
Expand Down

0 comments on commit e6e63d2

Please sign in to comment.