mirror of
https://github.com/encounter/squish-rs.git
synced 2026-07-11 06:18:39 -07:00
refactored misleading test function names
This commit is contained in:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user