Skip to content

Commit

Permalink
unfocus test
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed May 19, 2023
1 parent 768c6b2 commit a0a705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speaker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var _ = Context("Speaker", func() {
Expect(err).To(Succeed())
})

FIt("discover neighbours", func() {
It("discover neighbours", func() {
sw, err := n.AddSwitch("sw1")
Expect(err).To(Succeed())

Expand Down

0 comments on commit a0a705d

Please sign in to comment.