Skip to content

Commit

Permalink
fix: uncomment setupOracles
Browse files Browse the repository at this point in the history
  • Loading branch information
anilhelvaci committed Oct 5, 2024
1 parent 237b071 commit f2437b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/z:acceptance/auction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ test.before(async t => {
});

test.only('run auction', async t => {
// await setupOracles(t);
await setupOracles(t);

await retryUntilCondition(
() => getCapturedPrice('book0'),
Expand Down

0 comments on commit f2437b7

Please sign in to comment.