Skip to content

Commit

Permalink
Running mage fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 12, 2023
1 parent 0fd4a6c commit 89f7480
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion internal/pkg/agent/cmd/container_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

package cmd

import (
"testing"

"github.com/elastic/elastic-agent/internal/pkg/config"
"github.com/stretchr/testify/require"

"github.com/elastic/elastic-agent/internal/pkg/config"
)

func TestContainerTestPaths(t *testing.T) {
Expand Down

0 comments on commit 89f7480

Please sign in to comment.