Skip to content

Commit

Permalink
FIX: Ajustes nos testes
Browse files Browse the repository at this point in the history
  • Loading branch information
wrparra committed Aug 23, 2023
1 parent f4c8a4e commit 9503698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Correios.NET.Tests/ServicesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public ServicesTest()
[Fact]
public void PackageTrackingService_Live_ShouldReturnCodeAndStatuses()
{
const string packageCode = "QL589112905BR";
const string packageCode = "QP493294019BR";
var result = _services.GetPackageTracking(packageCode);
result.Code.Should().Be(packageCode);
result.TrackingHistory.Count.Should().BeGreaterThan(0);
Expand Down

0 comments on commit 9503698

Please sign in to comment.