Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 21ada32

Browse files
committed
fix tests and refacto
Signed-off-by: Freyskeyd <[email protected]>
1 parent 542c8aa commit 21ada32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl Assert {
282282
.stdout(Stdio::piped())
283283
.stderr(Stdio::piped())
284284
.env_clear()
285-
.envs(self.env.clone().compile()))
285+
.envs(self.env.clone().compile())
286286
.args(&args);
287287

288288
let command = match self.current_dir {

0 commit comments

Comments
 (0)