Skip to content

Commit

Permalink
Added test to ensure that F# DUs are not picked up by the ValueTypeId…
Browse files Browse the repository at this point in the history
…Generation strategy
  • Loading branch information
nkosi23 committed Jun 23, 2024
1 parent a21b01b commit 364d464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ValueTypeTests/applicability_of_identity_types.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class applicability_of_identity_types
[InlineData(typeof(NewLongId), true)]
[InlineData(typeof(NewStringId), true)]
[InlineData(typeof(NewDateId), false)]
[InlineData(typeof(FSharpTypes.OrderId), false)]
public void ValueTypeIdGeneration_IsCandidate(Type candidate, bool isCandidate)
{
var value = ValueTypeIdGeneration.IsCandidate(candidate, out var idGeneration);
Expand Down

0 comments on commit 364d464

Please sign in to comment.