fix closure test check; rm RUST_LOG envar in devshell
This commit is contained in:
parent
05589641cf
commit
a0794b0356
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue