Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed May 5, 2024
1 parent 8b26d2d commit 20b9e1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/__tests__/confirmHelper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ const fakeDefaultLabelOptions = {
};
const fakeInputs = {
MODE: [
{ data: { label: 'walk', start_ts: 1245, end_ts: 5678}},
{ data: { label: 'bike', start_ts: 1245, end_ts: 5678}},
{ data: { label: 'walk', start_ts: 1245, end_ts: 5678 } },
{ data: { label: 'bike', start_ts: 1245, end_ts: 5678 } },
],
PURPOSE: [
{ data: {label: 'home', start_ts: 1245, end_ts: 5678 }},
{ data: {label: 'work', start_ts: 1245, end_ts: 5678 }}
{ data: { label: 'home', start_ts: 1245, end_ts: 5678 } },
{ data: { label: 'work', start_ts: 1245, end_ts: 5678 } },
],
};

Expand Down

0 comments on commit 20b9e1a

Please sign in to comment.