Skip to content

Commit

Permalink
Fix acceptance tests expecting a memo (0.117) (#9745)
Browse files Browse the repository at this point in the history
Fix acceptance tests expecting a memo (#9706)

Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy authored Nov 12, 2024
1 parent a4a7221 commit 07118ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ protected ContractResponse verifyContractFromMirror(boolean isDeleted) {
assertThat(mirrorContract.getDeleted()).isEqualTo(isDeleted);
assertThat(mirrorContract.getFileId())
.isEqualTo(deployedParentContract.fileId().toString());
assertThat(mirrorContract.getMemo()).isNotBlank();
String address = mirrorContract.getEvmAddress();
assertThat(address).isNotBlank().isNotEqualTo("0x").isNotEqualTo("0x0000000000000000000000000000000000000000");
assertThat(mirrorContract.getTimestamp()).isNotNull();
Expand Down

0 comments on commit 07118ad

Please sign in to comment.