Skip to content

Commit

Permalink
Enhance assertions in shipment provider tests
Browse files Browse the repository at this point in the history
Added checks to ensure the `labels` object and its first byte are not null, improving test robustness and data validation.
  • Loading branch information
Brandon Moffett committed Dec 16, 2024
1 parent f31e418 commit 6ad35b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ public async Task Process_Domestic_Shipment_Successfully()
Assert.NotNull(labels);
Assert.NotNull(labels.Labels[0].Bytes[0]);
}

}

0 comments on commit 6ad35b2

Please sign in to comment.