Skip to content

Commit

Permalink
issues/307 - Added missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Jul 12, 2024
1 parent 0897129 commit 74b583c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ void stateGetEntityAccountWithHashBlockIdentifier() {
assertThat(entity.getEntity().getActionThresholds().getDeployment(), is(1));
assertThat(entity.getEntity().getActionThresholds().getKeyManagement(), is(1));
assertThat(entity.getEntity().getActionThresholds().getUpgradeManagement(), is(1));

}

@Test
void infoGetReward() throws NoSuchAlgorithmException {
Expand Down

0 comments on commit 74b583c

Please sign in to comment.