Skip to content

Commit

Permalink
whitespace is fun
Browse files Browse the repository at this point in the history
  • Loading branch information
banterability committed Feb 10, 2024
1 parent a84fa0b commit 38666de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/parsers/__snapshots__/train.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Train > toJSON > returns all attributes 1`] = `
},
"prediction": {
"arrivalMinutes": 1,
"arrivalString": "2:50PM",
"arrivalString": "2:50 PM",
"arrivalTime": 2014-10-07T19:50:27.000Z,
"predictionAge": 60,
"predictionTime": 2014-10-07T19:49:27.000Z,
Expand Down
2 changes: 1 addition & 1 deletion src/parsers/prediction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe("Prediction", () => {
...MOCK_ATTRIBUTES,
arrT: "2022-12-06T16:36:05",
});
expect(prediction.arrivalString).toBe("4:36PM");
expect(prediction.arrivalString).toBe("4:36 PM");
});
});

Expand Down

0 comments on commit 38666de

Please sign in to comment.