Add test for enum parity between JobPriority and DbJobPriority
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user