Skip to content

Commit

Permalink
Update acceptance-tests/dsl/src/main/java/org/hyperledger/besu/tests/…
Browse files Browse the repository at this point in the history
…acceptance/dsl/transaction/privacy/PrivTraceTransaction.java

Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo and macfarla authored Jul 3, 2024
1 parent fdaee3c commit 9a18272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public String execute(final NodeRequests node) {
node.privacy().privTraceTransaction(privacyGroupId, transactionHash).send();

assertThat(response).as("check response is not null").isNotNull();
assertThat(response.getResult()).as("check result in response isn't null").isNotNull();
assertThat(response.getResult()).as("check result in response is not null").isNotNull();

return response.getResult();
} catch (final IOException e) {
Expand Down

0 comments on commit 9a18272

Please sign in to comment.