Skip to content

Commit

Permalink
issues/222 - implemented missing scenarios for state identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Sep 26, 2023
1 parent 62a91d8 commit cea0bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void thatAQueryBalanceIsObtainedByMainPursePublicKeyOfUserAndPreviousBloc
);
}

@And("that a query balance is obtained by user-{int}'s main purse public and latest state root hash identifier")
@And("that a query balance is obtained by user-{int}'s main purse public and latest state root hash identifier")
public void thatAQueryBalanceIsObtainedByUserSMainPursePublicAndLatestStateRootHashIdentifier(int userId) throws Exception {
final PublicKey publicKey = getUserPublicKey(userId);

Expand Down

0 comments on commit cea0bf1

Please sign in to comment.