Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed May 21, 2024
1 parent 6908a37 commit 38208f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/grant-explorer/src/test-utils.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { Mocked } from "vitest";
import { faker } from "@faker-js/faker";
import { render } from "@testing-library/react";
Expand Down Expand Up @@ -117,7 +116,7 @@ export const makeRoundMetadata = (

export const makeRoundOverviewData = (
overrides?: Partial<RoundGetRound>,
roundMetadataOverrides?: Partial<any>
roundMetadataOverrides?: Partial<RoundMetadata>
): RoundGetRound => {
return {
id: faker.finance.ethereumAddress(),
Expand Down

0 comments on commit 38208f6

Please sign in to comment.