Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🔨 Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed May 15, 2024
1 parent 600f204 commit 2b526ab
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ const mockTokenTopBalancesDbSearchResult = {
},
orSearch: [
{
property: 'accounts.name',
property: 'account_balances.address',
pattern: 'search123',
},
{
property: 'accounts.address',
pattern: 'search123',
},
{
property: 'accounts.name',
pattern: 'search123',
},
{
property: 'accounts.publicKey',
pattern: 'search123',
Expand Down

0 comments on commit 2b526ab

Please sign in to comment.