mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-31 18:39:31 +01:00
fix typo
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
This commit is contained in:
parent
c74a13e1a9
commit
70f1c394c1
@ -1372,7 +1372,7 @@ func TestUserAccountPeersUpdate(t *testing.T) {
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
// updating user with linked peers should update account peers and send peer update
|
// 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{})
|
done := make(chan struct{})
|
||||||
go func() {
|
go func() {
|
||||||
peerShouldReceiveUpdate(t, updMsg)
|
peerShouldReceiveUpdate(t, updMsg)
|
||||||
|
Loading…
Reference in New Issue
Block a user