Skip to content

Commit

Permalink
Ragger tests OK \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 1, 2023
1 parent d3f0de2 commit ad056b2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
ledger_device_sdk = {git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", version = "1.1.0"}
ledger_secure_sdk_sys = "1.0.1"
ledger_secure_sdk_sys = {git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", version = "1.0.2"}
include_gif = {git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", version = "1.0.1"}
serde = {version="1.0.192", default_features = false, features = ["derive"]}
serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ fn display_pending_review(comm: &mut Comm) {
use ledger_device_sdk::buttons::ButtonEvent::{
BothButtonsRelease, LeftButtonRelease, RightButtonRelease,
};
use ledger_device_sdk::ui::gadgets::clear_screen;
use ledger_device_sdk::ui::layout::{Layout, Location, StringPlace};
use ledger_device_sdk::ui::screen_util::screen_update;
use ledger_device_sdk::ui::gadgets::clear_screen;

clear_screen();
"Pending Review".place(Location::Middle, Layout::Centered, false);
Expand Down
Binary file modified tests/snapshots/nanos/test_app_mainmenu/00001.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/snapshots/nanosp/test_app_mainmenu/00001.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/snapshots/nanox/test_app_mainmenu/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/test_version_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Taken from the Cargo.toml, to update every time the version is bumped
MAJOR = 1
MINOR = 0
MINOR = 1
PATCH = 0

# In this test we check the behavior of the device when asked to provide the app version
Expand Down

0 comments on commit ad056b2

Please sign in to comment.