Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshani committed May 24, 2023
1 parent 8204524 commit 5084bcd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ public void testNodeToString() throws Exception {
@DataProvider
public Object[][] getHmacTestData() {
return new Object[][]{
{"Secret", "text2hmac", "YXtiz29YSC7+tSC/MoSLUp/Bpaw="},
{"Secret", "", "C+IW8zY183KCv2ykZKQV1rLVuAY="},
{" ", "", "SRJSdgtKDFBrWRewM1+u6JJU3PI="},
{"Secret", "text2hmac", "z0XIaT8rj/RWZlR+w0OD0TX51g+hEfTnzucHGSbS0f8="},
{"Secret", "", "DmWwlxMYdf692IJa9TD+5PHo/4tUn6xTxfme8G0yXPM="},
{" ", "", "f/LRRYVdcBczSZySEtT6ENcODf1MJMO6aPLnwDElPkQ="},
};
}

Expand Down

0 comments on commit 5084bcd

Please sign in to comment.