Skip to content

Commit

Permalink
Fix service validate test
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Aug 17, 2016
1 parent ee980b6 commit 400e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/structs/structs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func TestTask_Validate_Services(t *testing.T) {
t.Fatalf("err: %v", err)
}

if !strings.Contains(err.Error(), "interval (0) can not be lower") {
if !strings.Contains(err.Error(), "interval (0s) can not be lower") {
t.Fatalf("err: %v", err)
}
}
Expand Down

0 comments on commit 400e459

Please sign in to comment.