Skip to content

Commit b02d1b8

Browse files
committed
amino: delete pending() call in test
1 parent 5b83e20 commit b02d1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amino/src/encoding.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ describe("encoding", () => {
8181
});
8282
});
8383

84-
it("works for sr25519", () => {
85-
pending("No test data available");
84+
xit("works for sr25519", () => {
85+
// No test data available
8686
});
8787

8888
it("works for multisig", () => {

0 commit comments

Comments
 (0)