Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Juliano Lazzarotto <[email protected]>
  • Loading branch information
stackchain authored Apr 14, 2024
1 parent 704f0e9 commit e0859f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/numbers/as-atomic-value.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Numbers} from '@yoroi/types'

import {asAtomicValue} from './as-atomic-value'

describe('asQuantity', () => {
describe('asAtomicValue', () => {
it.each`
input | expected
${BigInt('1000')} | ${'1000'}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {storageSerializer} from '@yoroi/common'
import {App, Portfolio} from '@yoroi/types'

import {portfolioBalanceStorageMaker} from './balance-storage-maker' // Adjust the path accordingly
import {portfolioBalanceStorageMaker} from './balance-storage-maker'
import {tokenMocks} from '../token.mocks'
import {deserializers} from '../../transformers/deserializers'
import {tokenBalanceMocks} from '../token-balance.mocks'
Expand Down

0 comments on commit e0859f2

Please sign in to comment.