Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Mar 13, 2024
1 parent 9e63625 commit ab2de56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('filter', () => {
expect(name.labelName).toContain('test123')
}
})
it.only('filters by search string - name', async () => {
it('filters by search string - name', async () => {
const result = await getNamesForAddress(publicClient, {
address: accounts[2],
pageSize: 1000,
Expand Down

0 comments on commit ab2de56

Please sign in to comment.