Skip to content

Commit fb267b4

Browse files
authored
Update the tests to cover the floating point estimate. (#16)
Bump the version of the project in preparation of release.
1 parent b88178f commit fb267b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ZenHub.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<LangVersion>preview</LangVersion>
6-
<VersionPrefix>1.0.0</VersionPrefix>
6+
<VersionPrefix>1.1.0</VersionPrefix>
77
</PropertyGroup>
88

99
<PropertyGroup>

tests/testData/GetEpicData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"StatusCode": 200,
1717
"BodyAsJson": {
1818
"total_epic_estimates": { "value": 60 },
19-
"estimate": { "value": 10 },
19+
"estimate": { "value": 0.5 },
2020
"pipeline": {
2121
"workspace_id": "5d0a7a9741fd098f6b7f58ac",
2222
"name": "Backlog",

0 commit comments

Comments
 (0)