Skip to content

Commit 402b5f0

Browse files
committed
remove pointless test
1 parent 1a14c60 commit 402b5f0

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/section.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ mod tests {
137137
assert!(Section::Graphics < Section::Process);
138138
}
139139

140-
#[test]
141-
fn test_section_equality() {
142-
assert_eq!(Section::Cpu, Section::Cpu);
143-
assert_ne!(Section::Cpu, Section::Network);
144-
}
145-
146140
#[test]
147141
fn test_section_display() {
148142
assert_eq!(format!("{}", Section::Cpu), " CPU");

0 commit comments

Comments
 (0)