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

Commit 3bbe4c2

Browse files
committed
Update broken tests
1 parent 4628b7e commit 3bbe4c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ApiService/Tests/OrmModelsTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ from authToken in Arb.Generate<SecretData<string>>()
232232
from str in Arb.Generate<NonEmptyString>()
233233
from fields in Arb.Generate<List<string>>()
234234
from adoFields in Arb.Generate<Dictionary<string, string>>()
235+
from adoDuplicateFields in Arb.Generate<Dictionary<string, string>>()
235236
from dupeTemplate in Arb.Generate<ADODuplicateTemplate>()
236237
select new AdoTemplate(
237238
baseUrl,
@@ -241,6 +242,7 @@ from dupeTemplate in Arb.Generate<ADODuplicateTemplate>()
241242
fields,
242243
adoFields,
243244
dupeTemplate,
245+
adoDuplicateFields,
244246
str.Get));
245247

246248
public static Arbitrary<TeamsTemplate> ArbTeamsTemplate()

0 commit comments

Comments
 (0)