Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed Feb 14, 2024
1 parent d7217ca commit d0b34af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "@testing-library/jest-dom";
import { act, fireEvent, screen, waitFor } from "@testing-library/react";
import { Store } from "redux";
import { RoundApplicationMetadata } from "data-layer";
import { Store } from "redux";
import * as projects from "../../../actions/projects";
import { web3ChainIDLoaded } from "../../../actions/web3";
import Form from "../../../components/application/Form";
Expand Down Expand Up @@ -45,6 +45,7 @@ const roundApplicationMetadata: RoundApplicationMetadata = {
};

const round: Round = {
id: `1:${addressFrom(1)}:1`,
address: "0x123",
applicationsStartTime: 123,
applicationsEndTime: 123,
Expand Down

0 comments on commit d0b34af

Please sign in to comment.