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:
parent
34f6da86c3
commit
7e7e1bccba
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user