Skip to content

Commit

Permalink
More asserts the merrier
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Jun 9, 2022
1 parent cdcaa7c commit ba61fd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public void ToOtlpResourceSpansTest(bool includeServiceNameInResource)

processor.Shutdown();

Assert.Equal(10, exportedItems.Count);
var batch = new Batch<Activity>(exportedItems.ToArray(), exportedItems.Count);
RunTest(batch);

Expand Down

0 comments on commit ba61fd9

Please sign in to comment.