1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

rearrange imports

This commit is contained in:
jaedle 2019-03-04 12:04:31 +01:00
parent 34f6da86c3
commit 7e7e1bccba

View File

@ -2,11 +2,13 @@ package summary_test
import (
"bytes"
"testing"
"github.com/go-task/task/v2/internal/logger"
"github.com/go-task/task/v2/internal/summary"
"github.com/go-task/task/v2/internal/taskfile"
"github.com/stretchr/testify/assert"
"testing"
)
func TestPrintsDependenciesIfPresent(t *testing.T) {