Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailsmith97 committed Jul 31, 2024
1 parent 698d0b5 commit 6979613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright-e2e/pages/dateChildMoved.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default class DateChildMoved {
}

async dateChildMovedInToday(): Promise<void> {

const today = new Date();
const dayMoveIn = String(today.getDate());
const monthMoveIn = String(today.getMonth() + 1); //getMonth() uses zero-based index so + 1 is needed to convert it to correct month for inputting in test
Expand Down

0 comments on commit 6979613

Please sign in to comment.