File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 20
20
-[ x] deploy to external network
21
21
-[ ] use env for args
22
22
-[ ] add tests for hre
23
+ - [x] BaseRelayRecipient.test.ts
24
+ - [x] Forwarder.test.ts
25
+ - [ ] AbandonedRelayFlow.test.ts
26
+ - [ ] PaymasterCommitment.test.ts
27
+ - [ ] RelayHub.test.ts
28
+ - [ ] RelayHubConfiguration.test.ts
29
+ - [ ] RelayHubGasCalculations.test.ts
30
+ - [ ] RelayHubPenalizations.test.ts
31
+ - [ ] RelayHubValidator.test.ts
32
+ - [ ] SampleRecipient.test.ts
33
+ - [ ] StakeManager.test.ts
34
+ - [ ] Penalizer
23
35
-[ ] add tests for deployed contracts
Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ describe('Forwarder', async () => {
640
640
success ,
641
641
error ,
642
642
] = getLastEvent ( events ) . args ;
643
-
643
+
644
644
expect ( error ) . eql ( '' )
645
645
expect ( success ) . eql ( true )
646
646
expect ( ( await ethers . provider . getBalance ( senderAddress ) ) . toString ( ) ) . eql ( extraFunds . toString ( ) )
You can’t perform that action at this time.
0 commit comments