Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
  • Loading branch information
Neeharika-Sompalli committed May 23, 2023
1 parent 5679ce4 commit 577ff19
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -262,7 +262,7 @@ void discardsOlderMinorVersionEvents() throws InvalidProtocolBufferException {
given(platformTxn.getConsensusTimestamp()).willReturn(timeStamp);

subject.incorporateConsensusTxn(
platformTxn, member, SerializableSemVers.forHapiAndHedera("0.38.1", "0.38.1-pre+1"));
platformTxn, member, SerializableSemVers.forHapiAndHedera("0.28.1", "0.28.1-pre+1"));
verify(recordCache).setStaleTransaction(payer, accessor, timeStamp, member);
}

Expand Down

0 comments on commit 577ff19

Please sign in to comment.