mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
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:
parent
16f05373f4
commit
a4e6fea164
@ -47,7 +47,6 @@ import (
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// This must be line #50.
|
||||
|
||||
var _ = ginkgo.Describe("e2e", func() {
|
||||
|
@ -49,7 +49,6 @@ import (
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// This must be line #52.
|
||||
|
||||
var _ = ginkgo.Describe("pod", func() {
|
||||
|
@ -47,7 +47,6 @@ import (
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// This must be line #50.
|
||||
|
||||
var _ = ginkgo.Describe("e2e", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user