Remove skip in tests
All checks were successful
Lint / lint (18.x) (pull_request) Successful in 1m9s
Tests / cli_tests (18.x) (pull_request) Successful in 14m44s

This commit is contained in:
Nabarun 2024-09-25 20:18:00 +05:30
parent 03422548a4
commit 7b5836c9c1

View File

@ -715,7 +715,7 @@ describe('Test laconic CLI commands', () => {
}, (AUCTION_COMMIT_DURATION + 5) * 1000); }, (AUCTION_COMMIT_DURATION + 5) * 1000);
}); });
describe.only('Provider Auction operations', () => { describe('Provider Auction operations', () => {
const commitFee = 1000; const commitFee = 1000;
const revealFee = 1000; const revealFee = 1000;
const maxPrice = 1000000; const maxPrice = 1000000;