mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user