This commit is contained in:
angelnu 2022-01-31 21:59:27 +00:00
parent cd45490c16
commit db569891a5
6 changed files with 17 additions and 17 deletions

View file

@ -19,8 +19,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
package modify
import (
"reflect"
"context"
"reflect"
"testing"
"github.com/foxcpp/maddy/framework/config"

View file

@ -26,8 +26,8 @@ import (
"github.com/emersion/go-message/textproto"
"github.com/foxcpp/maddy/framework/buffer"
"github.com/foxcpp/maddy/framework/module"
"github.com/foxcpp/maddy/internal/testutils"
"github.com/foxcpp/maddy/internal/modify"
"github.com/foxcpp/maddy/internal/testutils"
)
func TestMsgPipeline_AllToTarget(t *testing.T) {