fix closure test check; rm RUST_LOG envar in devshell

This commit is contained in:
cy 2025-05-04 01:15:10 -04:00
parent 05589641cf
commit a0794b0356
2 changed files with 1 additions and 2 deletions

View file

@ -33,5 +33,5 @@ async fn closure() {
.await
.expect("get pathinfo from package");
let closure = path_info.get_closure(&ctx.store).await.unwrap();
assert_eq!(closure.len(), 466);
assert_eq!(closure.len(), 472);
}