Skip to content

Commit bd4f075

Browse files
committed
Fix tests
1 parent 036f0f4 commit bd4f075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkouts_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestCheckoutService_Create(t *testing.T) {
2121
client := New(WithBaseURL(server.URL))
2222

2323
// Act
24-
expireAt := time.Now().UTC()
24+
expireAt := time.Now().UTC().Format(time.RFC3339)
2525
customPrice := 5000
2626
checkout, response, err := client.Checkouts.Create(context.Background(), 1, 1, &CheckoutCreateAttributes{
2727
CustomPrice: &customPrice,

0 commit comments

Comments
 (0)