Skip to content

Commit

Permalink
Fix test for Cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Johnson committed Feb 7, 2025
1 parent 0c08393 commit 09cef6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private async Task CreateGroupWithPatients(string tag, int count)
try
{
Bundle createBundle = new Bundle();
createBundle.Type = Bundle.BundleType.Transaction;
createBundle.Type = Bundle.BundleType.Batch;
createBundle.Entry = new System.Collections.Generic.List<Bundle.EntryComponent>();

Group group = new Group();
Expand Down

0 comments on commit 09cef6d

Please sign in to comment.