Skip to content

Commit

Permalink
fix program test
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Feb 16, 2024
1 parent d6e8343 commit 8d467cf
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import {
import { faker } from "@faker-js/faker";
import { Program, ProgressStatus } from "../../api/types";
import { formatUTCDateAsISOString } from "common";
import { ROUND_PAYOUT_DIRECT, ROUND_PAYOUT_MERKLE } from "common";
import {
ROUND_PAYOUT_DIRECT_OLD as ROUND_PAYOUT_DIRECT,
ROUND_PAYOUT_MERKLE_OLD as ROUND_PAYOUT_MERKLE,
} from "common";

const programId = faker.datatype.number().toString();
const useParamsFn = () => ({ id: programId });
Expand Down

0 comments on commit 8d467cf

Please sign in to comment.