Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Oct 6, 2021
1 parent 52e6c9a commit 4b22372
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion test/DrawHistory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('DrawHistory', () => {
await drawHistory.setManager(wallet1.address);
});

describe.only('getBufferCardinality()', () => {
describe('getBufferCardinality()', () => {
it('should read buffer cardinality set in constructor', async () => {
expect(await drawHistory.getBufferCardinality())
.to.equal(3)
Expand Down
4 changes: 0 additions & 4 deletions test/PrizeDistributionHistory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ describe('PrizeDistributionHistory', () => {
expect(draw.drawId).to.equal(14);
});

// @TODO: Create PrizeDistributionHistory harness smart contract to expose
describe('_estimateDrawId()', () => {
it('should return Draw ID 0 when no history', async () => { });
});
});

describe('pushPrizeDistribution()', () => {
Expand Down

0 comments on commit 4b22372

Please sign in to comment.