Skip to content

Commit

Permalink
Fix attributes on ParameterGeneraterBaseType
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEffo committed Jun 18, 2023
1 parent 865f9e1 commit 4667514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hedgehog.Xunit/Attributes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type RecheckAttribute(recheckData) =


[<AbstractClass>]
[<AttributeUsage(AttributeTargets.Property ||| AttributeTargets.Property, AllowMultiple = false)>]
[<AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)>]
type ParameterGeneraterBaseType<'a>() =
inherit Attribute()

Expand Down

0 comments on commit 4667514

Please sign in to comment.