Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
veeck committed Oct 17, 2022
1 parent 926c106 commit b51e086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/functions/weather_object_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("WeatherObject", () => {
expect(Math.round(weatherobject.convertWindToMetric(93.951324266285))).toBe(42);
});

it("should convert wind direction correctly from cardinal to value",() => {
it("should convert wind direction correctly from cardinal to value", () => {
expect(weatherobject.valueWindDirection("SSE")).toBe(157);
});

Expand Down

0 comments on commit b51e086

Please sign in to comment.