Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Add Poolname Arbitrary
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Jun 22, 2022
1 parent 46c553f commit f7ba54a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ApiService/Tests/OrmModelsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ public static Gen<Job> Job() {

public class OrmArb {

public static Arbitrary<Version> Vresion() {
public static Arbitrary<PoolName> PoolName { get; } = OrmGenerators.PoolNameGen.ToArbitrary();

public static Arbitrary<Version> Version() {
return Arb.From(OrmGenerators.Version());
}

Expand Down

0 comments on commit f7ba54a

Please sign in to comment.