Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: bcmmbaga <[email protected]>
  • Loading branch information
bcmmbaga committed Oct 8, 2024
1 parent c74a13e commit 70f1c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70f1c39

Please sign in to comment.