Skip to content

Commit

Permalink
fixup tests part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski committed Jul 1, 2021
1 parent 4fd4739 commit 7ec6500
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ describe("<ApplicationSection>", () => {
const listing = Object.assign({}, ArcherListing) as Listing
const days = 10
listing.applicationOpenDate = new Date(moment().format())
listing.waitlistCurrentSize = 0
listing.waitlistCurrentSize = 25
listing.isWaitlistOpen = true
listing.waitlistMaxSize = 100
listing.waitlistOpenSpots = 75
listing.applicationDueDate = new Date(moment().add(days, "days").format())
const { getByText, getAllByText } = render(
<ApplicationSection listing={listing} internalFormRoute="/forms" />
Expand Down

0 comments on commit 7ec6500

Please sign in to comment.