Skip to content

Commit

Permalink
#72 Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zshamrock committed Aug 3, 2018
1 parent f330434 commit d3b1ab2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ func TestReadConfig(t *testing.T) {
Command: "tail -f -n %s logs/app.log",
WorkingDir: "",
},
"logs-extra3": {
Name: "logs-extra3",
Command: "tail -f logs/app.log",
WorkingDir: "",
},
}
if diff := deep.Equal(commands, expected); diff != nil {
t.Error(diff)
Expand Down

0 comments on commit d3b1ab2

Please sign in to comment.