You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/server/tests/acceptance/rpc_batch1.spec.ts
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1475,7 +1475,7 @@ describe('@api-batch-1 RPC Server Acceptance Tests', function () {
1475
1475
expect(info).to.have.property('access_list');
1476
1476
});
1477
1477
1478
-
it('@xts should execute "eth_sendRawTransaction" and deploy a contract with more than 2 HBAR transaction fee and less than max transaction fee',asyncfunction(){
1478
+
it('@xts should execute "eth_sendRawTransaction" and deploy a contract with reasonable transaction fee within expected bounds',asyncfunction(){
0 commit comments