Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
  • Loading branch information
tinker-michaelj committed Nov 8, 2023
1 parent 6837011 commit dd7619d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ void recognizesNoCreatedIdWhenEvmAddressNotSet() {
assertNull(outcome.recipientIdIfCreated());
}

@Test
void calledIdIsNullIfNoResult() {
final var outcome = new CallOutcome(null, INVALID_CONTRACT_ID, NETWORK_GAS_PRICE);
assertNull(outcome.recipientIdIfCalled());
}

@Test
void gasCostIsZeroIfAborted() {}

@Test
void calledIdIsFromResultIfExtant() {
final var outcome = new CallOutcome(
Expand Down

0 comments on commit dd7619d

Please sign in to comment.