Skip to content

Commit

Permalink
🤖 cargo-fmt auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2024
1 parent bc59b18 commit 259af9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/archive/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ mod read_tests {
)?;
let logs = api::get_entries(&env, canister_id, None, None)?;
assert_eq!(logs.entries.len(), 1);
assert_eq!(logs.entries.first().unwrap().as_ref().unwrap(), &log_entry_1());
assert_eq!(
logs.entries.first().unwrap().as_ref().unwrap(),
&log_entry_1()
);
Ok(())
}

Expand Down

0 comments on commit 259af9c

Please sign in to comment.