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 4, 2024
1 parent 27df2ea commit 5b8edd8
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 5b8edd8

Please sign in to comment.