Skip to content

Commit

Permalink
test: Fix test.ts calls.
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Roth <dominik@roth.systems>
  • Loading branch information
lilith-roth committed Jan 25, 2022
1 parent 63c0279 commit b056054
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions integration-tests/runtime-tests/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
**/

import { QueryCrowdloanRewardsTests } from './tests/query/crowdloanRewards/queryCrowdloanRewardsTests';
import { QueryBondedFinanceTests } from "@composable/tests/query/bondedFinance/queryBondedFinanceTests";
import { TxCrowdloanRewardsTests } from './tests/tx/crowdloanRewards/txCrowdloanRewardsTests';
import { TxBondedFinanceTests } from "@composable/tests/tx/bondedFinance/txBondedFinanceTests";
import { runBefore, runAfter } from "@composable/utils/testSetup";
import {TxOracleTests} from "@composable/tests/tx/oracle/txOracleTests";
import { TxOracleTests } from "@composable/tests/tx/oracle/txOracleTests";


describe('Picasso Runtime Tests', function() {
Expand All @@ -28,9 +27,6 @@ describe('Picasso Runtime Tests', function() {
describe('Query Tests', function() {
// Query Crowdloan Rewards Tests
QueryCrowdloanRewardsTests.runQueryCrowdloanRewardsTests();

// Query BondedFinance Tests
QueryBondedFinanceTests.runQueryBondedFinanceTests();
});

// TX Tests
Expand Down

0 comments on commit b056054

Please sign in to comment.