Skip to content

Commit

Permalink
Update nomad/eval_endpoint_test.go
Browse files Browse the repository at this point in the history
Co-Authored-By: schmichael <michael.schurter@gmail.com>
  • Loading branch information
dadgar and schmichael committed Mar 5, 2019
1 parent 3d8683b commit 6c8839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/eval_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func TestEvalEndpoint_Dequeue_WaitIndex_Snapshot(t *testing.T) {
// TestEvalEndpoint_Dequeue_WaitIndex_Eval asserts that an eval's wait index
// will be its own modify index if its modify index is greater than all of the
// indexes in the state store. This can happen if Dequeue receives an eval that
// has not yet been applied from the raft log to the local node's state store.
// has not yet been applied from the Raft log to the local node's state store.
func TestEvalEndpoint_Dequeue_WaitIndex_Eval(t *testing.T) {
t.Parallel()
s1 := TestServer(t, func(c *Config) {
Expand Down

0 comments on commit 6c8839a

Please sign in to comment.