nix: fix failing test
Nix 2.3.4 now shows the assertion that failed since NixOS/nix@307bcb9, changing the message we need to check against.
This commit is contained in:
parent
35bb3a8975
commit
f5e0318f9f
|
@ -752,7 +752,7 @@ mod tests {
|
||||||
assert_run(
|
assert_run(
|
||||||
ret,
|
ret,
|
||||||
Expect::Fail,
|
Expect::Fail,
|
||||||
vec!["You just can't", "assertion failed"],
|
vec!["You just can't", "assertion", "failed"],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue