Skip to content

Commit

Permalink
Fix: deleted prop from tests as it no longer exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexappleget committed Oct 8, 2024
1 parent d8b2f69 commit 303f8a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/LeagueEntries/LeagueEntries.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('LeagueEntries', () => {
render(
<LeagueEntries
entryName="Entry 2"
isLockedOutProp={false}
linkUrl=""
isPickSet={true}
userPickHistory={['/team-a-logo.png']}
Expand Down Expand Up @@ -57,7 +56,6 @@ describe('LeagueEntries', () => {
<LeagueEntries
entryName="Entry 3"
isEliminated
isLockedOutProp={false}
isPickSet={false}
linkUrl=""
userPickHistory={['/team-a-logo.png']}
Expand All @@ -82,7 +80,6 @@ describe('LeagueEntries', () => {
render(
<LeagueEntries
entryName="Entry 2"
isLockedOutProp={false}
isPickSet={true}
linkUrl={linkUrl}
selectedTeamLogo={teamLogoUrl}
Expand Down Expand Up @@ -123,7 +120,6 @@ describe('LeagueEntries', () => {
render(
<LeagueEntries
entryName="Entry 2"
isLockedOutProp={false}
isPickSet={true}
linkUrl={linkUrl}
selectedTeamLogo={teamLogoUrl}
Expand Down

0 comments on commit 303f8a4

Please sign in to comment.