Skip to content

Commit

Permalink
Ensure TestAllowedAttachments works with v4 replicator version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks committed Nov 24, 2023
1 parent 46799c7 commit 7e542ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/attachment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,8 @@ func TestAllowedAttachments(t *testing.T) {
{"TestAllowedAttachmentsCBMobile2AttVer2", CBMobileReplicationV2, AttVersion2},
{"TestAllowedAttachmentsCBMobile3AttVer1", CBMobileReplicationV3, AttVersion1},
{"TestAllowedAttachmentsCBMobile3AttVer2", CBMobileReplicationV3, AttVersion2},
{"TestAllowedAttachmentsCBMobile4AttVer1", CBMobileReplicationV4, AttVersion1},
{"TestAllowedAttachmentsCBMobile4AttVer2", CBMobileReplicationV4, AttVersion2},
}

isAllowedAttachment := func(ctx *BlipSyncContext, key string) bool {
Expand Down

0 comments on commit 7e542ad

Please sign in to comment.