Skip to content

Commit

Permalink
Fix schema error introduced in #2239
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbergh authored and ppigazzini committed Feb 23, 2025
1 parent 67dd5c9 commit e54829f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/fishtest/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,8 @@ def flags_must_match(run):
"R": unumber,
"c": unumber,
"flip": union(-1, 1),
}
},
...,
],
"worker_info": worker_info_schema_runs,
},
Expand Down

0 comments on commit e54829f

Please sign in to comment.