From b4ac5b9891fa42929007735443b9d3ab62537756 Mon Sep 17 00:00:00 2001 From: localthomas <81923579+localthomas@users.noreply.github.com> Date: Sun, 29 Aug 2021 17:25:41 +0200 Subject: [PATCH] refactored misleading test function names --- squish/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squish/src/lib.rs b/squish/src/lib.rs index e71d02b..63e3931 100644 --- a/squish/src/lib.rs +++ b/squish/src/lib.rs @@ -364,7 +364,7 @@ mod tests { } #[test] - fn test_bc1_compression_gray_cluster_fit() { + fn test_bc1_compression_gray() { fn test(algorithm: Algorithm) { let mut output_actual = [0u8; 8]; Format::Bc1.compress( @@ -421,7 +421,7 @@ mod tests { } #[test] - fn test_bc1_compression_colour_cluster_fit() { + fn test_bc1_compression_colour() { fn test(algorithm: Algorithm) { let mut output_actual = [0u8; 8]; Format::Bc1.compress(