From 9637c605f582d1954ca154e489712a6c9fefdae0 Mon Sep 17 00:00:00 2001 From: Ben Brooks Date: Fri, 24 Nov 2023 15:00:47 +0000 Subject: [PATCH] Ensure TestAllowedAttachments works with v4 replicator version --- db/attachment_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/attachment_test.go b/db/attachment_test.go index 5faac5af54..f68a659a74 100644 --- a/db/attachment_test.go +++ b/db/attachment_test.go @@ -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 {