Skip to content

Commit

Permalink
fix: ajusta tipo de test
Browse files Browse the repository at this point in the history
  • Loading branch information
drusco committed Jul 27, 2023
1 parent a2cb1e8 commit fc2534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Emulator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe("Emulator", () => {
times -= 1;
}

const encoded = emulator.encode(map);
const encoded: any = emulator.encode(map);
expect(typeof encoded[999]).toBe("object");
});
});
Expand Down

0 comments on commit fc2534a

Please sign in to comment.