summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_sha256.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_sha256.cc b/tests/test_sha256.cc
index a9ab7ad..4860a73 100644
--- a/tests/test_sha256.cc
+++ b/tests/test_sha256.cc
@@ -2,7 +2,8 @@
#include "catch.hpp"
#include "sha256.h"
-TEST_CASE("SHA256 digest", "[format]") {
+TEST_CASE("SHA256 digest", "[format]")
+{
auto sha = hmacsha256::SHA256("hello, world");
sha.digest();