Skip to content

Commit

Permalink
Improving test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed May 27, 2019
1 parent 1d51ab0 commit 2633bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wind/wind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var parsetests = []parsetest{
{"240P49MPS", Wind{240, 49, 0, false, 0, 0, true}},
{"04008G20MPS", Wind{40, 8, 20, false, 0, 0, false}},
{"22003G08MPS 280V350", Wind{220, 3, 8, false, 280, 350, false}},
{"14010KT", Wind{140, 5.1440329218107, 0, false, 0, 0, false}},
{"14010KT", Wind{140, 5.144456333854638, 0, false, 0, 0, false}},
{"BKN020", Wind{0, 0, 0, false, 0, 0, false}},
}

Expand Down

0 comments on commit 2633bc3

Please sign in to comment.