We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84f6e0 commit 4e4bea3Copy full SHA for 4e4bea3
1 file changed
test/modules/job_fortress.lua
@@ -8,6 +8,8 @@ function test.jobIDsAreSorted()
8
local is_sorted = true
9
local prev_id = nil
10
11
+ -- assumes there are at least some "naturally added" jobs currently in the list
12
+ -- but this should always be true for CI test saves
13
for _, job in utils.listpairs(df.global.world.jobs.list) do
14
if prev_id and job.id < prev_id then
15
is_sorted = false
0 commit comments