Skip to content

Commit

Permalink
Version bump - update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
relatko authored and agrojean-ledger committed Oct 11, 2022
1 parent 6d4bcaf commit b67a3dd
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests_speculos/test-basic-app-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ assert.equal(transport.hexApduCommandIn.length, 1)
hexExpected = "3300000000";
compareOutAPDU(transport, hexExpected, "apdu command", {cla:1, ins:1, p1:1, p2:1, len:1, unexpected:9999});
hexExpected = {
"nanos": "00000a0000311000049000",
"nanox": "00000a0000330000049000",
"nanosp": "00000a0000331000049000",
"nanos": "00000b0000311000049000",
"nanox": "00000b0000330000049000",
"nanosp": "00000b0000331000049000",
}[speculosConf.deviceType];
compareInAPDU(transport, hexExpected, "apdu response", {testMode:1, major:1, minor:1, patch:1, deviceLocked:1, targetId:4, returnCode:2, unexpected:9999});
noMoreAPDUs(transport);
Expand Down
Binary file modified tests_speculos/test-menu/nanos.03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanos.14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanos.36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanos.52.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanos.58.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanox.03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanox.16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanox.39.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanox.55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_speculos/test-menu/nanox.61.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b67a3dd

Please sign in to comment.