Skip to content

Commit 9a58716

Browse files
lint
1 parent cdefe3d commit 9a58716

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

rs/nns/integration_tests/src/take_canister_snapshot.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,7 @@ fn test_take_canister_snapshot() {
111111
// Step 3A.3: Inspect the snapshots.
112112
#[track_caller]
113113
fn assert_snapshot_checks_out(snapshots: &[CanisterSnapshotResponse]) {
114-
assert_eq!(
115-
snapshots.len(),
116-
1,
117-
"{snapshots:#?}"
118-
);
114+
assert_eq!(snapshots.len(), 1, "{snapshots:#?}");
119115

120116
let snapshot = &snapshots[0];
121117
let CanisterSnapshotResponse {

0 commit comments

Comments
 (0)