Add test for enum parity between JobPriority and DbJobPriority
This commit is contained in:
@@ -2,7 +2,7 @@ namespace Content.Shared.Preferences
|
||||
{
|
||||
public enum JobPriority
|
||||
{
|
||||
// These enum values HAVE to match the ones in DbJobPriority in Server.Database.
|
||||
// These enum values HAVE to match the ones in DbJobPriority in Content.Server.Database
|
||||
Never = 0,
|
||||
Low = 1,
|
||||
Medium = 2,
|
||||
|
||||
Reference in New Issue
Block a user