forked from DGNum/infrastructure
feat(verify): Tweak error message
This commit is contained in:
parent
e4e44dfd00
commit
1d686b740b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
||||||
in
|
in
|
||||||
if (failed != [ ]) then
|
if (failed != [ ]) then
|
||||||
throw ''
|
throw ''
|
||||||
|
|
||||||
Failed assertions:
|
Failed assertions:
|
||||||
${builtins.concatStringsSep "\n" failed}
|
${builtins.concatStringsSep "\n" failed}
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue