Skip to content

Commit

Permalink
tests: adjust unit tests for contractReference
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Jul 25, 2024
1 parent eb95a4e commit 9d247af
Show file tree
Hide file tree
Showing 6 changed files with 623 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static bool IsTechnicalEnforced(this PolicyKindId policyKindId) =>
PolicyKindId.Framework => true,
PolicyKindId.Purpose => false,
PolicyKindId.Dismantler => true,
PolicyKindId.ContractReference => true,
_ => throw new ArgumentOutOfRangeException(nameof(policyKindId), policyKindId, $"PolicyKindId {policyKindId} is not supported")
};
}
Loading

0 comments on commit 9d247af

Please sign in to comment.