Skip to content

Commit bacfd6d

Browse files
committed
wip
1 parent 38deb1b commit bacfd6d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/help/test_case_opt.nim

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# confutils
2+
# Copyright (c) 2018-2025 Status Research & Development GmbH
3+
# Licensed under either of
4+
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
5+
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
6+
# at your option.
7+
# This file may not be copied, modified, or distributed except according to
8+
# those terms.
19

210
import ../../confutils
311

@@ -41,4 +49,4 @@ type
4149
desc: "Attestation filename (without .ssz)"
4250
name: "attestation".}: string
4351

44-
let scenario = ScenarioConf.load()
52+
let scenario = ScenarioConf.load(termWidth = int.high)

0 commit comments

Comments
 (0)