Add test for enum parity between JobPriority and DbJobPriority

This commit is contained in:
DrSmugleaf
2020-12-19 17:34:18 +01:00
parent 8ac3779d1d
commit 3e9a36ac4c
3 changed files with 33 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ namespace Content.Server.Database
public enum DbJobPriority
{
// These enum values HAVE to match the ones in JobPriority in Shared.
// These enum values HAVE to match the ones in JobPriority in Content.Shared
Never = 0,
Low = 1,
Medium = 2,