1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-07-05 00:29: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 ( import (
"encoding/json" "encoding/json"
"fmt"
"io/ioutil"
"net/http" "net/http"
"testing" "testing"
"io/ioutil"
"fmt"
) )
func TestSprintService_MoveIssuesToSprint(t *testing.T) { func TestSprintService_MoveIssuesToSprint(t *testing.T) {