e2e: fix line numbering in unit tests

Adding the "context" import in the previous commit must get compensated by
removing one of the blank lines in the output unit tests, otherwise the stack
backtrace don't match expectations.
This commit is contained in:
Patrick Ohly 2022-12-10 21:49:05 +01:00
parent 16f05373f4
commit a4e6fea164
3 changed files with 0 additions and 3 deletions

View File

@ -47,7 +47,6 @@ import (
//
//
//
//
// This must be line #50.
var _ = ginkgo.Describe("e2e", func() {

View File

@ -49,7 +49,6 @@ import (
//
//
//
//
// This must be line #52.
var _ = ginkgo.Describe("pod", func() {

View File

@ -47,7 +47,6 @@ import (
//
//
//
//
// This must be line #50.
var _ = ginkgo.Describe("e2e", func() {