Skip to content

Commit

Permalink
Merge branch 'trunk' into dependabot/github_actions/actions/dependenc…
Browse files Browse the repository at this point in the history
…y-review-action-3.1.5
  • Loading branch information
cpswan authored Jan 6, 2024
2 parents 155f3ac + 4533d58 commit 9ab8a9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void main() {
syncProgress.keyInfoList?.forEach((keyInfo) {
if (keyInfo.key.contains('fb_username-$uniqueId')) {
expect(keyInfo.syncDirection, SyncDirection.remoteToLocal);
expect(keyInfo.commitOp, CommitOp.UPDATE);
expect(keyInfo.commitOp, CommitOp.UPDATE_ALL);
}
});
}
Expand Down

0 comments on commit 9ab8a9d

Please sign in to comment.