We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc80bb + 1314f74 commit c68a7d6Copy full SHA for c68a7d6
test/invoice_test.go
@@ -89,6 +89,9 @@ func (s *InvoiceSuite) TestInvoice() {
89
s.Equal(http.StatusCreated, void.Response.StatusCode)
90
s.Equal(models.InvoiceStatus_VOIDED, *void.Data.Status)
91
92
+ // sometimes some events are missing
93
+ time.Sleep(500 * time.Millisecond)
94
+
95
events, err := s.client.InvoicesController().ListInvoiceEvents(
96
ctx,
97
nil,
0 commit comments