Skip to content

Commit

Permalink
Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 6, 2021
1 parent ce3ddad commit b149360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/ts-tests/tests/suits/subsidy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DEPOSIT_AMOUNT = TX_AMOUNT.mul(200);
* These tests are allowed to run longer than ones in `basic` test suite, but please try to keep them as fast
* as possible without compromising on the test behavior and stability.
*/
describe.only(`Subsidy tests`, () => {
describe(`Subsidy tests`, () => {
const transport = 'HTTP';
const providerType = 'RPC';
const token = 'wBTC';
Expand Down

0 comments on commit b149360

Please sign in to comment.