1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

Fixed bool type for release version

This commit is contained in:
Klyahin Aleksey
2021-01-25 20:16:14 +03:00
parent 3754d5a5c6
commit 4a5830d453
4 changed files with 15 additions and 5 deletions

View File

@ -61,7 +61,8 @@ func TestVersionService_Create(t *testing.T) {
Name: "New Version 1",
Description: "An excellent version",
ProjectID: 10000,
Released: true,
Released: Bool(true),
Archived: Bool(false),
ReleaseDate: "2010-07-06",
UserReleaseDate: "6/Jul/2010",
StartDate: "2018-07-01",