Skip to content

Commit

Permalink
remove commented test
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymar committed Sep 3, 2024
1 parent 1b67784 commit 7dd0593
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ref-tests/tests/ic-ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1380,20 +1380,6 @@ mod extras {
let result = ic00.canister_status(&canister_id).call_and_wait().await?;
assert_eq!(result.0.settings.log_visibility, LogVisibility::Public);

// TODO: re-enable when supported.
// Update to AllowedViewers.
// let principals = vec![create_basic_identity()?.sender()?];
// ic00.update_settings(&canister_id)
// .with_log_visibility(LogVisibility::AllowedViewers(principals.clone()))
// .call_and_wait()
// .await?;

// let result = ic00.canister_status(&canister_id).call_and_wait().await?;
// assert_eq!(
// result.0.settings.log_visibility,
// LogVisibility::AllowedViewers(principals)
// );

Ok(())
})
}
Expand Down

0 comments on commit 7dd0593

Please sign in to comment.