Skip to content

Commit

Permalink
remove _test pkg suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Feb 2, 2024
1 parent d9454e9 commit 5ef463f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package integrationtests_test
package integrationtests

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package integrationtests_test
package integrationtests

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package integrationtests_test
package integrationtests

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package integrationtests_test
package integrationtests

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package integrationtests_test
package integrationtests

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion pkg/disttask/framework/integrationtests/framework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package integrationtests_test
package integrationtests

import (
"context"
Expand Down

0 comments on commit 5ef463f

Please sign in to comment.