Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
This commit is contained in:
bcmmbaga 2024-10-08 17:15:06 +03:00
parent c74a13e1a9
commit 70f1c394c1
No known key found for this signature in database
GPG Key ID: 511EED5C928AD547

View File

@ -1372,7 +1372,7 @@ func TestUserAccountPeersUpdate(t *testing.T) {
require.NoError(t, err)
// updating user with linked peers should update account peers and send peer update
t.Run("updating user with no linked peers", func(t *testing.T) {
t.Run("updating user with linked peers", func(t *testing.T) {
done := make(chan struct{})
go func() {
peerShouldReceiveUpdate(t, updMsg)