Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Mussmann committed Jan 7, 2025
1 parent a98c1f9 commit a531033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
helpful error message if no channels are set up
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ fn experimental_cache_creation() -> () {
.arg("--experimental=true")
.arg("-dddd")
.arg("-r")
.env_clear() // remove env vars
.env_clear(); // remove env vars
//.env("RUST_LOG", "TRACE");

let output = cmd.assert().success();
Expand Down

0 comments on commit a531033

Please sign in to comment.