@@ -113,7 +113,7 @@ describe("Demo pre-alpha1", function () {
113113 expect ( result . staked ) . to . equal ( ONE_THOUSAND_PNK . mul ( 4 ) ) ;
114114 expect ( result . locked ) . to . equal ( 0 ) ;
115115 logJurorBalance ( result ) ;
116- } ) ;
116+ } ) ;
117117 const tx = await arbitrable . createDispute ( 2 , "0x00" , 0 , { value : arbitrationCost } ) ;
118118 const trace = await network . provider . send ( "debug_traceTransaction" , [ tx . hash ] ) ;
119119 const [ disputeId ] = ethers . utils . defaultAbiCoder . decode ( [ "uint" ] , `0x${ trace . returnValue } ` ) ;
@@ -141,7 +141,6 @@ describe("Demo pre-alpha1", function () {
141141
142142 await network . provider . send ( "evm_increaseTime" , [ 130 ] ) ; // Wait for minStakingTime
143143 await network . provider . send ( "evm_mine" ) ;
144-
145144 expect ( await core . phase ( ) ) . to . equal ( Phase . staking ) ;
146145 expect ( await disputeKit . phase ( ) ) . to . equal ( DisputeKitPhase . resolving ) ;
147146 expect ( await disputeKit . disputesWithoutJurors ( ) ) . to . equal ( 1 ) ;
@@ -183,7 +182,6 @@ describe("Demo pre-alpha1", function () {
183182 await core . execute ( 0 , 0 , 1000 ) ;
184183 const ticket1 = await fastBridgeSender . currentTicketID ( ) ;
185184 expect ( ticket1 ) . to . equal ( 1 ) ;
186-
187185 const tx4 = await core . executeRuling ( 0 ) ;
188186 expect ( tx4 ) . to . emit ( fastBridgeSender , "OutgoingMessage" ) ;
189187
0 commit comments