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

@@ -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,