Skip to content

Commit

Permalink
to pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbailey committed Nov 25, 2019
1 parent 91d8faa commit ee1e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobspec/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ func TestParse(t *testing.T) {
TaskGroups: []*api.TaskGroup{
{
Name: helper.StringToPtr("bar"),
ShutdownDelay: 14 * time.Second,
ShutdownDelay: helper.TimeToPtr(14 * time.Second),
Count: helper.IntToPtr(3),
Networks: []*api.NetworkResource{
{
Expand Down

0 comments on commit ee1e180

Please sign in to comment.