Skip to content

Commit 21e35e5

Browse files
committed
fixed test
1 parent 4b76b38 commit 21e35e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/discovery/RoundProjects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const RoundProjects: React.FC<RoundProjectsProps> = ({
1515
return (
1616
<Badge
1717
disabled={totalApplicationCount === 0}
18-
data-testid="approved-applications-count"
18+
data-testid="applications-count"
1919
>
2020
{totalApplicationCount} applications
2121
</Badge>

0 commit comments

Comments
 (0)