Skip to content

Commit

Permalink
Fix of func that became exported
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyoul committed Aug 10, 2021
1 parent a19edfc commit 195db56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/messenger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@ func (s *MessengerSuite) TestEncryptDecryptIdentityImagesWithContactPubKeys() {
s.Require().NoError(err)
contactKeys[i] = contactKey

contact, err := buildContactFromPublicKey(&contactKey.PublicKey)
contact, err := BuildContactFromPublicKey(&contactKey.PublicKey)
s.Require().NoError(err)

contact.SystemTags = append(contact.SystemTags, contactAdded)
Expand Down

0 comments on commit 195db56

Please sign in to comment.