Skip to content

Commit

Permalink
fix only
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Oct 23, 2024
1 parent 43d116d commit 24745e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/sdk-e2e/e2e/armadaProtocolUsers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('Armada Protocol Users', () => {
})
})

describe.only(`Vaults on ${chainInfo.name}`, () => {
describe(`Vaults on ${chainInfo.name}`, () => {
it('should getVaults', async () => {
const raw = await sdk.armada.users.getVaultsRaw({
chainInfo,
Expand Down

0 comments on commit 24745e4

Please sign in to comment.