Skip to content

Commit

Permalink
Merge pull request #1195 from atsign-foundation/fix_failing_functiona…
Browse files Browse the repository at this point in the history
…l_test

fix: Failing functional tests in at_client_sdk
  • Loading branch information
murali-shris authored Jan 6, 2024
2 parents 77a072b + 131f9e6 commit 4533d58
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 4533d58

Please sign in to comment.