Fix formatting

This commit is contained in:
Caleb Woodbine 2020-04-06 09:19:54 +12:00
parent 31fea24c39
commit 8390de02d0

View File

@ -40,11 +40,11 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
f := framework.NewDefaultFramework("events") f := framework.NewDefaultFramework("events")
/* /*
Release : v1.19 Release : v1.19
Testname: Event resource lifecycle Testname: Event resource lifecycle
Description: Create an event, the event MUST exist. Description: Create an event, the event MUST exist.
The event is patched with a new message, the check MUST have the update message. The event is patched with a new message, the check MUST have the update message.
The event is deleted and MUST NOT show up when listing all events. The event is deleted and MUST NOT show up when listing all events.
*/ */
framework.ConformanceIt("should ensure that an event can be fetched, patched, deleted, and listed", func() { framework.ConformanceIt("should ensure that an event can be fetched, patched, deleted, and listed", func() {
eventTestName := "event-test" eventTestName := "event-test"