Remove 9 redundant and non-valuable tests to improve test suite quality (#4)

* Initial plan

* Remove 9 redundant and non-valuable tests across events, formatting, and item modules

Co-authored-by: Xevion <44609630+Xevion@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Xevion <44609630+Xevion@users.noreply.github.com>
This commit is contained in:
Copilot
2025-08-19 13:07:14 -05:00
committed by GitHub
parent 8b5e66f514
commit 67a5c4a1ed
3 changed files with 2 additions and 101 deletions

View File

@@ -119,12 +119,7 @@ fn test_format_timing_display_basic() {
}
}
#[test]
fn test_format_timing_display_empty() {
let timing_data = vec![];
let formatted = format_timing_display(timing_data);
assert!(formatted.is_empty());
}
#[test]
fn test_format_timing_display_units() {