This commit is contained in:
Ken-Håvard Lieng 2015-12-11 04:35:48 +01:00
parent a45833e281
commit eeb45e17c2
576 changed files with 1289 additions and 1289 deletions

View file

@ -4,7 +4,7 @@ import (
"net"
"testing"
"github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert"
)
var c *Client

View file

@ -9,7 +9,7 @@ import (
"testing"
"time"
"github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert"
)
var ircd *mockIrcd

View file

@ -3,7 +3,7 @@ package irc
import (
"testing"
"github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"github.com/khlieng/dispatch/Godeps/_workspace/src/github.com/stretchr/testify/assert"
)
func TestParseMessage(t *testing.T) {