Skip to content

Commit

Permalink
use smoke_test without the gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Mar 25, 2024
1 parent bff56f9 commit 1355f0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration/networktest/tests/helpful/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import (
"math/big"
"testing"

"github.com/ten-protocol/go-ten/integration/networktest/actions"
"github.com/ten-protocol/go-ten/integration/simulation/devnetwork"

"github.com/ten-protocol/go-ten/integration/networktest"
"github.com/ten-protocol/go-ten/integration/networktest/actions"
"github.com/ten-protocol/go-ten/integration/networktest/env"
)

Expand All @@ -20,7 +18,7 @@ func TestExecuteNativeFundsTransfer(t *testing.T) {
networktest.Run(
"native-funds-smoketest",
t,
env.LocalDevNetwork(devnetwork.WithGateway()),
env.LocalDevNetwork(),
actions.Series(
&actions.CreateTestUser{UserID: 0},
&actions.CreateTestUser{UserID: 1},
Expand Down

0 comments on commit 1355f0b

Please sign in to comment.