Skip to content

Commit

Permalink
remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed May 13, 2024
1 parent 4838198 commit 31f9f0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/fullOutcome.test.ts
Expand Up @@ -56,10 +56,6 @@ describe('fullOutcome', () => {
expect(getFullOutcome(noPriceOrMinAndMax)).toBeUndefined();
expect(getFullOutcome(noPriceAndMax)).toBeUndefined();
});
it('should return undefined if min is greater than max', () => {
const input = { ...base, price: '', min: '100', max: '10' };
expect(getFullOutcome(input)).toBeUndefined();
});
describe('Limit rate', () => {
it('[Buy] should return 3.1645569620253164557 with price 1580 & budget 5000', () => {
const input = { ...base, price: '1580', budget: '5000' };
Expand Down

0 comments on commit 31f9f0f

Please sign in to comment.