mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 18:28:25 +02:00
Fix tests
This commit is contained in:
@@ -27,7 +27,9 @@ fn data_and_header_has_different_size_doesnt_work() {
|
||||
)
|
||||
);
|
||||
|
||||
let table = NuTable::from(vec![create_row(5), create_row(5), create_row(5)]);
|
||||
let mut table = NuTable::from(vec![create_row(5), create_row(5), create_row(5)]);
|
||||
table.set_theme(theme::heavy());
|
||||
table.set_structure(false, true, false);
|
||||
|
||||
let table = table.draw(usize::MAX);
|
||||
|
||||
|
Reference in New Issue
Block a user