Skip to content

Commit

Permalink
Typo in inline TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jg210 committed Feb 13, 2024
1 parent c56eb4d commit 35184dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/__tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function checkBoilerplate() {
}

// Mock the API.
const toClickOn = 0; // TODO Why doesn't test fail if change to 1?
const toClickOn = 0; // TODO Why does test fail if change to 1?
const localAuthorities: LocalAuthority[] = [
{ name: "one", localAuthorityId: 243433 },
{ name: "two", localAuthorityId: 3823423 }
Expand Down

0 comments on commit 35184dc

Please sign in to comment.