Skip to content

Commit

Permalink
chore: stop testing web3storage
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 13, 2024
1 parent 5205e47 commit 13a1f03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/providers/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import path from 'path';
import * as Fleek from '../../../src/providers/fleek';
import * as Infura from '../../../src/providers/infura';
import * as Pinata from '../../../src/providers/pinata';
import * as Web3Storage from '../../../src/providers/web3storage';
import * as FourEverland from '../../../src/providers/4everland';

describe('providers', () => {
Expand Down Expand Up @@ -37,7 +36,7 @@ describe('providers', () => {

const providerPayload: { name: string; provider: any; idVersion: string }[] =
buildProviderPayload([Fleek, Infura, Pinata], 'v0').concat(
buildProviderPayload([Web3Storage, FourEverland], 'v1')
buildProviderPayload([FourEverland], 'v1')
);

describe.each(providerPayload)('$name', ({ name, provider, idVersion }) => {
Expand Down

0 comments on commit 13a1f03

Please sign in to comment.