Skip to content

Interactor test fixes #565

Interactor test fixes

Interactor test fixes #565

Triggered via pull request October 18, 2024 14:23
Status Success
Total duration 37s
Artifacts

proxy-compare.yml

on: pull_request
Proxy compare - newly generated vs present in file tree
28s
Proxy compare - newly generated vs present in file tree
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
[clippy] esdt-safe/interactor/src/interactor_main.rs#L1035: esdt-safe/interactor/src/interactor_main.rs#L1035
error[E0061]: this method takes 1 argument but 0 arguments were supplied --> esdt-safe/interactor/src/interactor_main.rs:1035:30 | 1035 | let operation = interact.setup_operation().await; | ^^^^^^^^^^^^^^^-- argument #1 of type `bool` is missing | note: method defined here --> esdt-safe/interactor/src/interactor_main.rs:931:14 | 931 | async fn setup_operation(&mut self, has_transfer_data: bool) -> Operation<StaticApi> { | ^^^^^^^^^^^^^^^ ----------------------- help: provide the argument | 1035 | let operation = interact.setup_operation(/* bool */).await; | ~~~~~~~~~~~~
[clippy] esdt-safe/interactor/src/interactor_main.rs#L931: esdt-safe/interactor/src/interactor_main.rs#L931
warning: unused variable: `has_transfer_data` --> esdt-safe/interactor/src/interactor_main.rs:931:41 | 931 | async fn setup_operation(&mut self, has_transfer_data: bool) -> Operation<StaticApi> { | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_has_transfer_data` | = note: `#[warn(unused_variables)]` on by default
[clippy] esdt-safe/interactor/src/interactor_main.rs#L931: esdt-safe/interactor/src/interactor_main.rs#L931
warning: unused variable: `has_transfer_data` --> esdt-safe/interactor/src/interactor_main.rs:931:41 | 931 | async fn setup_operation(&mut self, has_transfer_data: bool) -> Operation<StaticApi> { | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_has_transfer_data` | = note: `#[warn(unused_variables)]` on by default
Proxy compare - newly generated vs present in file tree
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']