mirror of
https://github.com/go-task/task.git
synced 2025-11-06 09:09:13 +02:00
Update internal/summary/summary_test.go
Co-Authored-By: jaedle <32975714+jaedle@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ func TestPrintsDependenciesIfPresent(t *testing.T) {
|
||||
|
||||
summary.Print(&l, task)
|
||||
|
||||
assert.Contains(t, buffer.String(), "\ndependencies:\n"+" - dep1\n"+" - dep2\n"+" - dep3\n")
|
||||
assert.Contains(t, buffer.String(), "\ndependencies:\n - dep1\n - dep2\n - dep3\n")
|
||||
}
|
||||
|
||||
func TestDoesNotPrintDependenciesIfMissing(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user