diff --git a/pkg/syncer/broker/syncer_test.go b/pkg/syncer/broker/syncer_test.go index aee3e888..852ff5fc 100644 --- a/pkg/syncer/broker/syncer_test.go +++ b/pkg/syncer/broker/syncer_test.go @@ -105,7 +105,7 @@ var _ = Describe("Broker Syncer", func() { }) Context("and then deleted", func() { - It("should be deletes from the broker datastore", func() { + It("should be deleted from the broker datastore", func() { Expect(localClient.ResourceInterface.Delete(resource.GetName(), nil)).To(Succeed()) test.AwaitNoResource(brokerClient, resource.GetName())