From 03a053c82e4c7e0b2180891dbb1a04f1987f3f8c Mon Sep 17 00:00:00 2001 From: darek Date: Thu, 16 Feb 2023 18:02:53 +0100 Subject: [PATCH] clean up test --- test/liquidationWithOverrides.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/liquidationWithOverrides.js b/test/liquidationWithOverrides.js index 3563a732..78032eec 100644 --- a/test/liquidationWithOverrides.js +++ b/test/liquidationWithOverrides.js @@ -1142,7 +1142,6 @@ et.testSet({ .test({ desc: "XV Liquidate self-collateral with override on self-collateral factor", - dev: 1, actions: ctx => [ { action: 'setAssetConfig', tok: 'TST3', config: { collateralFactor: .5}, }, { send: 'tokens.TST3.mint', args: [ctx.wallet2.address, et.eth(200)], },