Skip to content

Commit fedf71f

Browse files
Improve test coverage of set_view.rs from 38.18% to 86.78% (#4782)
## Motivation Test coverage helps to strenghten the quality of the software. and allow to know precisely what is working or not. ## Proposal This was done by systematically adding tests. In passing two typos from previous PRs were cleaned up. ## Test Plan Testing is the purpose of the PR. ## Release Plan This could be backported to TestNet Conway. ## Links None.
1 parent 60ee240 commit fedf71f

File tree

3 files changed

+957
-2
lines changed

3 files changed

+957
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ non-fungible = { path = "./examples/non-fungible" }
330330
publish-read-data-blob = { path = "./linera-sdk/tests/fixtures/publish-read-data-blob" }
331331
social = { path = "./examples/social" }
332332
time-expiry = { path = "./linera-sdk/tests/fixtures/time-expiry" }
333-
track-instantiation = { path = "./examples/track-instantiation" }
334333

335334
[workspace.dependencies.aws-config]
336335
default-features = false

linera-service/tests/linera_net_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use linera_base::{
2828
time::{Duration, Instant},
2929
vm::VmRuntime,
3030
};
31-
//use OnClientDrop::*;
3231
use linera_core::worker::{Notification, Reason};
3332
use linera_sdk::{
3433
abis::fungible::NativeFungibleTokenAbi,

0 commit comments

Comments
 (0)