Skip to content

Commit

Permalink
test: populate accountant
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 13, 2024
1 parent a43e9b8 commit 7c63bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inabox/tests/integration_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ var _ = Describe("Inabox v2 Integration", func() {
}, signer, nil, nil)
Expect(err).To(BeNil())
Expect(disp).To(Not(BeNil()))
err = disp.PopulateAccountant(ctx)
Expect(err).To(BeNil())

data1 := make([]byte, 992)
_, err = rand.Read(data1)
Expand Down

0 comments on commit 7c63bb2

Please sign in to comment.