Skip to content

Commit

Permalink
chore: Remove unknown Ginkgo decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
dmage authored and openshift-merge-robot committed Aug 21, 2023
1 parent c3b4657 commit 327bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/quay/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var _ = BeforeSuite(func(done Done) {
Expect(k8sClient).ToNot(BeNil())

close(done)
}, 60)
})

var _ = AfterSuite(func() {
By("tearing down the test environment")
Expand Down

0 comments on commit 327bb5f

Please sign in to comment.