Skip to content

Commit

Permalink
feat: fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shkangr committed Oct 25, 2023
1 parent 5669dbf commit 186c87e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bridge/test/observers/burn-event-observer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ describe(EthereumBurnEventObserver.name, () => {
start: new Decimal(50000),
end: new Decimal(100000),
ratio: new Decimal(0.02),
},
{
criterion: new Decimal(1000),
fee: new Decimal(10),
}
);

Expand All @@ -121,10 +125,6 @@ describe(EthereumBurnEventObserver.name, () => {
mint: "NCGtoWNCG",
burn: "WNCGtoNCG",
},
{
baseFeeCriterion: 1000,
baseFee: 10,
},
exchangeFeeRatioPolicy
) as SpreadsheetClient;

Expand Down

0 comments on commit 186c87e

Please sign in to comment.