Get tx fees from config for auction tests #84

Merged
nabarun merged 2 commits from ng-remove-test-skip into main 2024-09-25 16:00:43 +00:00
Showing only changes of commit 7b5836c9c1 - Show all commits

View File

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