summaryrefslogtreecommitdiff
path: root/tests/plugins/jobs/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/jobs/helpers.go')
-rw-r--r--tests/plugins/jobs/helpers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/jobs/helpers.go b/tests/plugins/jobs/helpers.go
index 5ec81cec..5067ef9f 100644
--- a/tests/plugins/jobs/helpers.go
+++ b/tests/plugins/jobs/helpers.go
@@ -229,5 +229,6 @@ func stats(state *jobState.State) func(t *testing.T) {
state.Active = st.Stats[0].Active
state.Delayed = st.Stats[0].Delayed
state.Reserved = st.Stats[0].Reserved
+ state.Ready = st.Stats[0].Ready
}
}