Skip to content

Commit

Permalink
[#904] Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JanJaroszczak committed May 9, 2024
1 parent d7b73cf commit be9e1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/frontend/src/utils/tests/dRep.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { isSameDRep } from "..";

import { DRepStatus } from "@/models";

type TDRepType = "DRep" | "DirectVoter";
type TDRepType = "DRep" | "SoleVoter";

const EXAMPLE_DREP = {
drepId: "drep123",
Expand Down

0 comments on commit be9e1dd

Please sign in to comment.