@@ -36,7 +36,7 @@ describe('Queued Confirmations', function () {
3636 {
3737 dapp : true ,
3838 fixtures : new FixtureBuilder ( )
39- . withNetworkControllerTripleGanache ( )
39+ . withNetworkControllerTripleNode ( )
4040 . withSelectedNetworkControllerPerDomain ( )
4141 . build ( ) ,
4242 dappOptions : { numberOfDapps : 2 } ,
@@ -84,7 +84,7 @@ describe('Queued Confirmations', function () {
8484 {
8585 dapp : true ,
8686 fixtures : new FixtureBuilder ( )
87- . withNetworkControllerTripleGanache ( )
87+ . withNetworkControllerTripleNode ( )
8888
8989 . withSelectedNetworkControllerPerDomain ( )
9090 . build ( ) ,
@@ -140,7 +140,7 @@ describe('Queued Confirmations', function () {
140140 {
141141 dapp : true ,
142142 fixtures : new FixtureBuilder ( )
143- . withNetworkControllerTripleGanache ( )
143+ . withNetworkControllerTripleNode ( )
144144 . withPermissionControllerConnectedToTestDapp ( )
145145 . withSelectedNetworkControllerPerDomain ( )
146146 . build ( ) ,
@@ -195,7 +195,7 @@ describe('Queued Confirmations', function () {
195195 {
196196 dapp : true ,
197197 fixtures : new FixtureBuilder ( )
198- . withNetworkControllerTripleGanache ( )
198+ . withNetworkControllerTripleNode ( )
199199
200200 . withSelectedNetworkControllerPerDomain ( )
201201 . withMetaMetricsController ( {
@@ -284,7 +284,7 @@ describe('Queued Confirmations', function () {
284284 {
285285 dapp : true ,
286286 fixtures : new FixtureBuilder ( )
287- . withNetworkControllerTripleGanache ( )
287+ . withNetworkControllerTripleNode ( )
288288 . withPermissionControllerConnectedToTestDapp ( )
289289 . withSelectedNetworkControllerPerDomain ( )
290290 . withMetaMetricsController ( {
0 commit comments