refactor(Extensions): update CreateEnvelopeCommand to make UseSQLExecutor false
This commit is contained in:
parent
00077a647a
commit
d48514bbad
@ -156,7 +156,8 @@ public static class Extensions
|
||||
{
|
||||
Message = fake.Lorem.Paragraph(fake.Random.Number(2, 5)),
|
||||
Title = fake.Lorem.Paragraph(fake.Random.Number(1, 2)),
|
||||
UserId = userId
|
||||
UserId = userId,
|
||||
UseSQLExecutor = false
|
||||
};
|
||||
|
||||
public static List<CreateEnvelopeCommand> CreateEnvelopeCommands(this Faker fake, params int[] userIDs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user