Skip to content

Commit b50a710

Browse files
committed
Fix formatting
1 parent 8390de0 commit b50a710

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/e2e/framework/events/events.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
4040
f := framework.NewDefaultFramework("events")
4141

4242
/*
43-
Release : v1.19
44-
Testname: Event resource lifecycle
45-
Description: Create an event, the event MUST exist.
46-
The event is patched with a new message, the check MUST have the update message.
47-
The event is deleted and MUST NOT show up when listing all events.
43+
Release : v1.19
44+
Testname: Event resource lifecycle
45+
Description: Create an event, the event MUST exist.
46+
The event is patched with a new message, the check MUST have the update message.
47+
The event is deleted and MUST NOT show up when listing all events.
4848
*/
4949
framework.ConformanceIt("should ensure that an event can be fetched, patched, deleted, and listed", func() {
5050
eventTestName := "event-test"

0 commit comments

Comments
 (0)