Skip to content

Commit

Permalink
removed tof texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Venclovas committed Aug 23, 2024
1 parent 4d59c76 commit 4661bec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ShippingProAPICollection.NUnitTests/TOFTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

namespace ShippingProAPICollection.NUnitTests
{
public class TOFTests : TestBase
//Disabled because github IP have no access to tof api -.-

/*public class TOFTests : TestBase
{
/// <summary>
Expand Down Expand Up @@ -72,5 +74,5 @@ public async Task CancelSingleShippingLabel()
Assert.That(resultCancel == Models.Entities.ShippingCancelResult.CANCLED);
}
}
}*/
}

0 comments on commit 4661bec

Please sign in to comment.