Skip to content

Commit

Permalink
Fix typo in broker syncer test (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis authored Apr 20, 2021
1 parent 339b67a commit 26cf27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/syncer/broker/syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 26cf27b

Please sign in to comment.