Skip to content

Commit

Permalink
Adjust test data to use proper minimized/maximized glvTokenPrice result
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzni2 committed Feb 4, 2025
1 parent e017443 commit 37b80b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jest.mock('ethers', () => ({
if (maximize) {
return [
{
_hex: '0x0e7b25fe03f0eda42ead663c4f',
_hex: '0x0e7b25fe03f0eda42ead663c4f', // 1.1473068612168396
_isBigNumber: true,
},
{
Expand All @@ -54,7 +54,7 @@ jest.mock('ethers', () => ({
}
return [
{
_hex: '0x0e7a4edfc978cf077056d4bea6',
_hex: '0x0e7a4edfc978cf077056d4bea6', // 1.1470467994160611
_isBigNumber: true,
},
{
Expand Down

0 comments on commit 37b80b9

Please sign in to comment.