Skip to content

Commit

Permalink
Update the tests to cover the floating point estimate. (#16)
Browse files Browse the repository at this point in the history
Bump the version of the project in preparation of release.
  • Loading branch information
AlexGhiondea committed Apr 13, 2020
1 parent b88178f commit fb267b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ZenHub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>preview</LangVersion>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/testData/GetEpicData.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"StatusCode": 200,
"BodyAsJson": {
"total_epic_estimates": { "value": 60 },
"estimate": { "value": 10 },
"estimate": { "value": 0.5 },
"pipeline": {
"workspace_id": "5d0a7a9741fd098f6b7f58ac",
"name": "Backlog",
Expand Down

0 comments on commit fb267b4

Please sign in to comment.