Remove skip in tests
This commit is contained in:
parent
03422548a4
commit
7b5836c9c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user