Skip to content

Commit

Permalink
test: actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Sep 24, 2024
1 parent dde5a97 commit bf1140e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ bool assertCommitEntries(
if (!(atKeyList.contains(AtKey.fromString(mapEntry.key).key))) {
continue;
}
_logger.info('mapEntry: $mapEntry');
// Compare server commit id with both client's commit log
if ((serverCommitLogMap[mapEntry.key][0] != mapEntry.value['commitId']) ||
(serverCommitLogMap[mapEntry.key][0] !=
Expand Down

0 comments on commit bf1140e

Please sign in to comment.