Show that second output is "reference"
Signed-off-by: <>
diff --git a/js/testing/test-sha256.html b/js/testing/test-sha256.html
index 0e907c7..920e9d0 100644
--- a/js/testing/test-sha256.html
+++ b/js/testing/test-sha256.html
@@ -34,7 +34,7 @@
output+= "<br />";
- output += "TEST2 " +CryptoJS.SHA256(input);
+ output += "reference " +CryptoJS.SHA256(input);
document.getElementById('result').innerHTML = output;
@@ -57,4 +57,4 @@
<p id="result"></p>
</body>
-</html>
\ No newline at end of file
+</html>