Skip to content
Snippets Groups Projects
Commit d5aceb3b authored by STEVAN Antoine's avatar STEVAN Antoine :crab: Committed by STEVAN Antoine
Browse files

remove `$.lazy` from `describe --detailed`

parent 75cba071
No related branches found
No related tags found
1 merge request!149bump to Nushell 0.95.0
This commit is part of merge request !149. Comments created here will be created in the context of that merge request.
......@@ -150,7 +150,7 @@ export def "komodo prove" [
}
let type = $fec_params | describe --detailed | update columns { sort }
let expected = { type: record, lazy: false, columns: { k: int, n: int } }
let expected = { type: record, columns: { k: int, n: int } }
if $type != $expected {
error make {
msg: $"(ansi red_bold)invalid `--fec-params`(ansi reset)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment