Skip to content

Commit

Permalink
fixup! add integration test to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo De Caro <[email protected]>
  • Loading branch information
adecaro committed Jul 6, 2023
1 parent 34a48e9 commit 7c51608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/token/fungible/mixed/mixed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var _ = Describe("EndToEnd", func() {
Describe("Fungible with Auditor ne Issuer", func() {
BeforeEach(func() {
var err error
network, err = integration.New(StartPortDlog(), "/root/testdata", Topology()...)
network, err = integration.New(StartPortDlog(), "", Topology()...)
Expect(err).NotTo(HaveOccurred())
network.DeleteOnStop = false
network.DeleteOnStart = true
Expand Down

0 comments on commit 7c51608

Please sign in to comment.