Skip to content

Commit

Permalink
Fix qc build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Aug 5, 2024
1 parent 59c4b54 commit d24a217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabled/tests/qc/tests/span.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn test_data_span_test() {
let output = table.to_string();

if let Some(line) = output.lines().next() {
assert_eq!(get_line_width(line), get_string_width(&output));
assert_eq!(get_line_width(line), get_text_width(&output));
}
}

Expand Down

0 comments on commit d24a217

Please sign in to comment.