1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00
This commit is contained in:
Andy Grunwald 2016-07-29 19:45:03 +02:00
parent 5a0fb0ba05
commit ecc4b09864

View File

@ -2,10 +2,10 @@ package jira
import (
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"testing"
"io/ioutil"
"fmt"
)
func TestSprintService_MoveIssuesToSprint(t *testing.T) {