Converted project to use the tui-rs-revival ratatui in favor of the likely soon-to-be-archived tui-rs repo.
This commit is contained in:
@@ -1461,12 +1461,12 @@ mod test {
|
||||
vec![
|
||||
DiskSpace {
|
||||
free_space: Number::from(1111),
|
||||
total_space: Number::from(2222)
|
||||
total_space: Number::from(2222),
|
||||
},
|
||||
DiskSpace {
|
||||
free_space: Number::from(3333),
|
||||
total_space: Number::from(4444)
|
||||
}
|
||||
total_space: Number::from(4444),
|
||||
},
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user