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

FIxed test names in ath tests

This commit is contained in:
Andy Grunwald
2016-03-26 23:37:57 +01:00
parent a39c0d9084
commit e14293c196
2 changed files with 6 additions and 18 deletions

View File

@ -8,7 +8,7 @@ import (
"testing"
)
func TestAcquireSessionCookie_Success(t *testing.T) {
func TestAcquireSessionCookie_Fail(t *testing.T) {
setup()
defer teardown()
testMux.HandleFunc("/rest/auth/1/session", func(w http.ResponseWriter, r *http.Request) {
@ -38,7 +38,7 @@ func TestAcquireSessionCookie_Success(t *testing.T) {
}
}
func TestAcquireSessionCookie_Fail(t *testing.T) {
func TestAcquireSessionCookie_Success(t *testing.T) {
setup()
defer teardown()
testMux.HandleFunc("/rest/auth/1/session", func(w http.ResponseWriter, r *http.Request) {