Skip to content

Commit

Permalink
[ADHOC] chore(sdk): execute points tests (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord authored Sep 3, 2024
2 parents 2210a42 + b52e471 commit e6d84a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/Incentives/PointsIncentive.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { PointsIncentive } from './PointsIncentive';

let fixtures: Fixtures, points: MockPoints;

describe.skip('PointsIncentive', () => {
describe('PointsIncentive', () => {
beforeAll(async () => {
fixtures = await loadFixture(deployFixtures);
});
Expand Down

0 comments on commit e6d84a2

Please sign in to comment.