Skip to content

Commit

Permalink
chore: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Samika Kashyap authored and Samika Kashyap committed Apr 26, 2024
1 parent 7cd6d7a commit 5e3b232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/__tests__/anchor-service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import { MockEventProducerService } from './mock-event-producer-service.util.js'
import { type IMerkleCarService, makeMerkleCarService } from '../merkle-car-service.js'

process.env['NODE_ENV'] = 'test'
process.env['CAS_USE_IPFS_STORAGE'] = 'true'; // Set the environment variable for the test

async function anchorCandidates(
candidates: Candidate[],
Expand Down

0 comments on commit 5e3b232

Please sign in to comment.