Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Cargo.lock & cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn committed Aug 8, 2023
1 parent 5ae83f3 commit c9329ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tests/workers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ fn worker_binaries_have_same_version_as_node() {

path.pop();
path.push(&EXECUTE_WORKER_EXE);
let exec_worker_version =
Command::new(path).args(["--version"]).output().unwrap().stdout;
let exec_worker_version = Command::new(path).args(["--version"]).output().unwrap().stdout;
let exec_worker_version = std::str::from_utf8(&exec_worker_version)
.expect("version is printed as a string; qed")
.trim();
Expand Down

0 comments on commit c9329ca

Please sign in to comment.