diff --git a/test/e2e/framework/perf/perf.go b/test/e2e/framework/perf/perf.go index d49c52f84ea..6208b43c32d 100644 --- a/test/e2e/framework/perf/perf.go +++ b/test/e2e/framework/perf/perf.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package framework +package perf import ( "fmt" diff --git a/test/e2e/framework/pv/pv.go b/test/e2e/framework/pv/pv.go index ed514d1d58c..4779d35e688 100644 --- a/test/e2e/framework/pv/pv.go +++ b/test/e2e/framework/pv/pv.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package framework +package pv import ( "context"