Skip to content

Commit

Permalink
Revert IDE flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Jul 31, 2024
1 parent 91f3fee commit 6209251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
// Spins up a local network with a gateway, with all processes debuggable. The network will run until the test is stopped.
// Note: If you want to access the gateway frontend you need to `npm run build` its frontend with NEXT_PUBLIC_API_GATEWAY_URL=http://localhost:11180
func TestRunLocalNetwork(t *testing.T) {
//networktest.TestOnlyRunsInIDE(t)
networktest.TestOnlyRunsInIDE(t)
networktest.EnsureTestLogsSetUp("local-geth-network")
networkConnector, cleanUp, err := env.LocalDevNetwork(devnetwork.WithGateway(), devnetwork.WithPredictableDeployer()).Prepare()
if err != nil {
Expand Down

0 comments on commit 6209251

Please sign in to comment.