We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9eabb5 commit 3c98053Copy full SHA for 3c98053
services/decoder/protocols/grindery-one/grindery-one.test.ts
@@ -17,6 +17,7 @@ describe("grindery-one", () => {
17
if (!event) {
18
throw Error("Event not found");
19
}
20
- expect(event.details?.length).toEqual(3);
+ expect(event.details?.length).toEqual(2);
21
+ expect(event.tokens?.length).toEqual(1);
22
});
23
0 commit comments