Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Sep 25, 2023
1 parent 10e57ce commit 4ce950f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Feature: Check that a provider is sent a reminder email only on the day before t
And the batch process has run
And the worker process has run
Then the unpublish reminder email for 1 days is sent to eligible providers

Scenario: The provider is not sent a reminder email on the day they're unpublished
When 0 days before unpublish
And the batch process has run
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { differenceInDays, format, formatISO, parseISO, startOfDay, startOfToday } from "date-fns";
import { differenceInDays, format, parseISO, startOfDay, startOfToday } from "date-fns";
import type { List } from "server/models/types";
import type { ListWithCountryName } from "../types";
import type { Meta } from "./types";
Expand Down

0 comments on commit 4ce950f

Please sign in to comment.