Skip to content

Commit

Permalink
Fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Dec 16, 2015
1 parent 54949a7 commit 5c3e5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func Job() *structs.Job {
CreateIndex: 42,
ModifyIndex: 99,
}
job.InitAllServiceFields()
job.InitFields()
return job
}

Expand Down

0 comments on commit 5c3e5e7

Please sign in to comment.