Skip to content

Commit

Permalink
test(conditions): update wind mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceh91 committed Jun 26, 2024
1 parent b7f135c commit 52f25d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/testdata/ecccData/conditions/s0000458_e.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default `<?xml version="1.0" encoding="UTF-8"?>
<wind>
<speed unitType="metric" units="km/h">15</speed>
<gust unitType="metric" units="km/h"></gust>
<direction>NNW</direction>
<direction qaValue="100">NNW</direction>
<bearing units="degrees">337.0</bearing>
</wind>
</currentConditions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default `<?xml version="1.0" encoding="UTF-8"?>
<wind>
<speed unitType="metric" units="km/h">Calm</speed>
<gust unitType="metric" units="km/h"></gust>
<direction>NNW</direction>
<direction qaValue="100">NNW</direction>
<bearing units="degrees">337.0</bearing>
</wind>
</currentConditions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default `<?xml version="1.0" encoding="UTF-8"?>
<wind>
<speed unitType="metric" units="km/h">15</speed>
<gust unitType="metric" units="km/h">20</gust>
<direction>NNW</direction>
<direction qaValue="100">NNW</direction>
<bearing units="degrees">337.0</bearing>
</wind>
</currentConditions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default `<?xml version="1.0" encoding="UTF-8"?>
<wind>
<speed unitType="metric" units="km/h">25</speed>
<gust unitType="metric" units="km/h"></gust>
<direction>NNW</direction>
<direction qaValue="100">NNW</direction>
<bearing units="degrees">337.0</bearing>
</wind>
</currentConditions>
Expand Down

0 comments on commit 52f25d0

Please sign in to comment.