File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
- { name: 'API Batch 3', testfilter: 'api_batch3' }
25
25
- { name: 'ERC20', testfilter: 'erc20' }
26
26
- { name: 'Rate Limiter', testfilter: 'ratelimiter', test_ws_server: true }
27
- - { name: 'SendRawTransaction Extension', testfilter: 'sendRawTransactionExtension ' }
27
+ - { name: 'SendRawTransaction Extension', testfilter: 'send_raw_transaction_extension ' }
28
28
- { name: 'HBar Limiter Batch 1', testfilter: 'hbarlimiter_batch1' }
29
29
- { name: 'HBar Limiter Batch 2', testfilter: 'hbarlimiter_batch2' }
30
30
- { name: 'HBar Limiter Batch 3', testfilter: 'hbarlimiter_batch3' }
Original file line number Diff line number Diff line change 69
69
"acceptancetest:cache-service" : " nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@cache-service' --exit" ,
70
70
"acceptancetest:rpc_api_schema_conformity" : " nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@api-conformity' --exit" ,
71
71
"acceptancetest:serverconfig" : " nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@server-config' --exit" ,
72
- "acceptancetest:sendRawTransactionExtension " : " nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@sendRawTransactionExtension' --exit" ,
72
+ "acceptancetest:send_raw_transaction_extension " : " nyc ts-mocha packages/server/tests/acceptance/index.spec.ts -g '@sendRawTransactionExtension' --exit" ,
73
73
"build" : " npx lerna run build" ,
74
74
"build-and-test" : " npx lerna run build && npx lerna run test" ,
75
75
"build:docker" : " docker build . -t ${npm_package_name}" ,
You can’t perform that action at this time.
0 commit comments