Skip to content

Commit

Permalink
test: fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Dec 24, 2023
1 parent 998c17a commit 0d01ef6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/http/operator.fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ import { curatedModuleAddressWithCheckSum, dvtModuleAddressWithChecksum } from '

export const dvtOperatorsResp: Operator[] = [operatorOneDvt, operatorTwoDvt].map((op) => ({
...op,
finalizedUsedSigningKeys: undefined,
moduleAddress: dvtModuleAddressWithChecksum,
}));

export const curatedOperatorsResp: Operator[] = [operatorOneCurated, operatorTwoCurated].map((op) => ({
...op,
finalizedUsedSigningKeys: undefined,
moduleAddress: curatedModuleAddressWithCheckSum,
}));

0 comments on commit 0d01ef6

Please sign in to comment.