Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Nov 25, 2024
1 parent 897563f commit f76f668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/upgrades.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async fn test_upgrade() -> Result<()> {
for mut stream in subscriptions {
while let Some(header) = stream.next().await {
let header = header.unwrap();
println!("{header:?}");

// TODO is it possible to discover the view at which upgrade should be finished?
// First few views should be `Base` version.
Expand Down

0 comments on commit f76f668

Please sign in to comment.