You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/12/18 06:59:31 UTC

[incubator-tuweni] branch master updated: spotless

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 0217113  spotless
0217113 is described below

commit 02171132f2c134165bff4dcc96899946a97bac07
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Tue Dec 17 22:59:19 2019 -0800

    spotless
---
 .../src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java b/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java
index 489ce69..0b656fc 100644
--- a/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java
+++ b/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java
@@ -37,7 +37,8 @@ class GenericHashTest {
 
   @Test
   void hashWithKeyValue() {
-    GenericHash.Hash output = GenericHash.hash(64, GenericHash.Input.fromBytes(Bytes.random(384)), GenericHash.Key.fromBytes(Bytes.random(32)));
+    GenericHash.Hash output = GenericHash
+        .hash(64, GenericHash.Input.fromBytes(Bytes.random(384)), GenericHash.Key.fromBytes(Bytes.random(32)));
     assertNotNull(output);
     assertEquals(64, output.bytes().size());
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org