Skip to content

Commit 1cd9f73

Browse files
style: Potential fixes for 2 code quality findings in tests/wasm32.rs (comments) (#614)
* Apply suggested fix to tests/wasm32.rs from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> * Apply suggested fix to tests/wasm32.rs from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> --------- Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 5a86f1d commit 1cd9f73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/wasm32.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use wasm_bindgen_test::wasm_bindgen_test;
2121

2222
mod aes_encryption;
2323

24-
/// wasm-pack test --headless --chrome --features aes-crypto
24+
/// Test AES encryption functionality - run with: wasm-pack test --headless --chrome --features aes-crypto
2525
#[cfg(feature = "aes-crypto")]
2626
#[wasm_bindgen_test]
2727
fn test_aes256_encrypted_uncompressed_file() {
@@ -49,7 +49,7 @@ fn test_decompress_lzma() {
4949
lzma::decompress_lzma();
5050
}
5151

52-
// time needs the features wasm-bindgen
52+
// time needs the wasm-bindgen feature
5353
// or you get the error
5454
// time not implemented on this platform
5555
mod end_to_end;

0 commit comments

Comments
 (0)