mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-21 17:54:13 -05:00
Fix? long-broken test
This commit is contained in:
parent
75b35e09e2
commit
ad1b48c210
|
|
@ -105,7 +105,7 @@ test("decode lookup", () => {
|
|||
|
||||
const obj = decode(req);
|
||||
|
||||
expect(obj.type).toBe("lookup");
|
||||
expect(obj.type).toBe("lookup2");
|
||||
expect(obj.gameId).toBe("SDBT");
|
||||
expect(obj.keychipId).toBe("A69E01A9999");
|
||||
expect(obj.luid).toBe("01036495850523030676");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user