Skip to content

Commit

Permalink
test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Dec 13, 2022
1 parent 3dd2615 commit 0a2c4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/internal/core/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ func TestDependOnMultiplePackageTasks(t *testing.T) {
Packages: []string{"app1"},
TaskNames: []string{"build"},
})
assert.NilError(t, err, "Prepare")

actual := strings.TrimSpace(p.TaskGraph.String())
expected := strings.TrimSpace(`
Expand Down

0 comments on commit 0a2c4a4

Please sign in to comment.