chore: adjust import format

This commit is contained in:
Toby 2024-04-12 10:49:56 -07:00
parent 8e886b6e05
commit e1d8901c16
2 changed files with 2 additions and 3 deletions

View file

@ -8,9 +8,9 @@ import (
"time"
"github.com/apernet/hysteria/app/internal/proxymux/internal/mocks"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
)
//go:generate mockery