Skip to content

Commit

Permalink
fix(a3p): remove only condition from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Oct 8, 2024
1 parent 7c5cda3 commit 1d21ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/z:acceptance/vaults.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '@agoric/synthetic-chain';
import { getBalance } from './test-lib/utils.js';

test.only('attempt to open vaults under the minimum amount', async t => {
test.serial('attempt to open vaults under the minimum amount', async t => {
const activeVaultsBefore = await agops.vaults('list', '--from', USER1ADDR);
await bankSend(USER1ADDR, `20000000${ATOM_DENOM}`);
t.log('active vaults before:', activeVaultsBefore);
Expand Down

0 comments on commit 1d21ad4

Please sign in to comment.