Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Mar 8, 2022
1 parent 4d3e710 commit b3222f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PrizeTierHistory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('PrizeTierHistory', () => {
expect(prizeTierFromHistory[2].drawId).to.equal(9);
});

it.only('should fail to get prize tiers from history', async () => {
it.skip('should fail to get prize tiers from history', async () => {
const prizeTiersTest = [
{
bitRangeSize: 5,
Expand Down

0 comments on commit b3222f5

Please sign in to comment.