Skip to content

Commit

Permalink
- Remove scratch code
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Aug 8, 2023
1 parent 681ff42 commit e4f8a43
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions EasyPost.Integration/Basics.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using EasyPost.Integration.Utilities.Attributes;
using EasyPost.Models.API;
using EasyPost.Parameters.Order;
using Xunit;

namespace EasyPost.Integration;
Expand Down Expand Up @@ -164,26 +163,4 @@ public void UserCanCreateHooks()

// Cannot edit hooks via a constructed client
}

[Fact]
public async Task Scratch()
{
var client = new EasyPost.Client(new ClientConfiguration("not-a-real-api-key"));

var order = await client.Order.Create(
new EasyPost.Parameters.Order.Create
{
CarrierAccounts = new List<CarrierAccount>
{
new CarrierAccount
{
Id = "ca_1",
},
new CarrierAccount
{
Id = "ca_2",
},
},
});
}
}

0 comments on commit e4f8a43

Please sign in to comment.