cleanup unit-test code

This commit is contained in:
Gabriele Gristina
2021-06-12 17:10:36 +02:00
parent 02b2ca41c5
commit 42799fafb8
+2 -3
View File
@@ -91,10 +91,9 @@ sub module_verify_hash
return unless defined $hash;
return unless defined $word;
# my $word_packed = pack_if_HEX_notation ($word);
my $word_packed = pack_if_HEX_notation ($word);
# my $new_hash = module_generate_hash ($word_packed);
my $new_hash = module_generate_hash ($word);
my $new_hash = module_generate_hash ($word_packed);
return ($new_hash, $word);
}