Skip to content

Commit

Permalink
chore: update Describe name in peer discovery test
Browse files Browse the repository at this point in the history
Co-authored-by: Loong <loongy@users.noreply.github.com>
  • Loading branch information
Rahul Ghangas and loongy committed Feb 10, 2021
1 parent 1d94cc3 commit 1c256dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/peerdiscovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
. "github.com/onsi/gomega"
)

var _ = Describe("Peer", func() {
var _ = Describe("Peer Discovery", func() {
Context("when trying to discover other peers using the peer discovery client", func() {
It("should successfully find all peers", func() {
n := 5
Expand Down

0 comments on commit 1c256dc

Please sign in to comment.