Skip to content

Commit

Permalink
fix: trigger release filecoin api (storacha#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Oct 27, 2023
1 parent f3d2043 commit 7289a6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/filecoin-api/test/context/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import * as API from '../../src/types.js'
import { validateAuthorization } from '../utils.js'
import { mockService } from './mocks.js'

/**
* Mocked w3filecoin services
*/
export function getMockService() {
return mockService({
aggregate: {
Expand Down

0 comments on commit 7289a6b

Please sign in to comment.