Skip to content

Commit

Permalink
test for PropertySafeService
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius278 committed Jul 26, 2024
1 parent c8373f4 commit b2d0103
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ void deployPropertyToSafe() throws Exception {
when(getValueCall.send()).thenReturn(BigInteger.valueOf(propertyValue));

//then

assertEquals(BigInteger.valueOf(propertyValue), propertySafeService.deployPropertyToSafe(externalPropertyId, propertyValue));
}

Expand Down

0 comments on commit b2d0103

Please sign in to comment.