1
0
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:
Andrey Nering
2019-03-03 19:45:00 +01:00
committed by GitHub
parent 5bca3cfd71
commit f945cf2343

View File

@@ -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) {