Skip to content

Add (de)serialization tests for DataValue, TokenUri, and ClassUri types #210

Add (de)serialization tests for DataValue, TokenUri, and ClassUri types

Add (de)serialization tests for DataValue, TokenUri, and ClassUri types #210

Triggered via pull request January 4, 2024 20:43
Status Success
Total duration 13s
Artifacts

typos.yml

on: pull_request
Spell Check with Typos
3s
Spell Check with Typos
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
use of a fallible conversion when an infallible one could be used: ibc-testkit/tests/core/ics02_client/create_client.rs#L80
error: use of a fallible conversion when an infallible one could be used --> ibc-testkit/tests/core/ics02_client/create_client.rs:80:9 | 80 | TmConsensusState::try_from(tm_header).unwrap().into(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `From::from` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions note: the lint level is defined here --> ibc-testkit/tests/mod.rs:2:5 | 2 | warnings, | ^^^^^^^^ = note: `#[deny(clippy::unnecessary_fallible_conversions)]` implied by `#[deny(warnings)]`
Spell Check with Typos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/