Skip to content

Commit

Permalink
Add test for transaction
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy committed Feb 4, 2022
1 parent d106fe9 commit 89f1c41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ void submitMessageDisabled() {
// then
assertEquals(0L, entityRepository.count());
assertEquals(0L, topicMessageRepository.count());
assertTransactionInRepository(responseCode, consensusTimestamp, TOPIC_ID.getTopicNum());
entityProperties.getPersist().setTopics(true);
}

Expand Down

0 comments on commit 89f1c41

Please sign in to comment.