Skip to content

Commit

Permalink
fix: integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 20, 2024
1 parent 9672869 commit aea2b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inabox/tests/integration_v2_payments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ var _ = Describe("Inabox v2 Integration", func() {
blobStatus2, key2, err := disp.DisperseBlob(ctx, paddedData2, 0, []uint8{0}, 0)
Expect(err.Error()).To(ContainSubstring("neither reservation nor on-demand payment is available"))
Expect(blobStatus2).To(BeNil())
Expect(key2).To(BeNil())
Expect(key2).To(Not(BeNil()))
})
})

0 comments on commit aea2b8f

Please sign in to comment.