Skip to content

Commit

Permalink
Update unit tests for hpami add few extra cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bacher09 committed Feb 8, 2022
1 parent ea85f53 commit e745165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/keygen/hpami.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ describe("HP AMI BIOS", () => {
expect(hpAMISolver("A7AF422F")).toEqual(["49163252"]);
expect(hpAMISolver("12345678")).toEqual(["2ae211b4"]);
expect(hpAMISolver("48A02676")).toEqual(["27545092"]);
expect(hpAMISolver("B60BD282")).toEqual(["489b5bf9"]);
expect(hpAMISolver("757EDC82")).toEqual(["edfe2edd"]);
expect(hpAMISolver("7d94422f")).toEqual(["e4eea2c4"]);
});
it("Check crc32", () => {
let crc = new Crc32();
Expand Down

0 comments on commit e745165

Please sign in to comment.