summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/anachronistic
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/anachronistic')
-rw-r--r--Godeps/_workspace/src/github.com/anachronistic/apns/client_mock.go2
-rw-r--r--Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock.go b/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock.go
index f2271475e..29a1f4b23 100644
--- a/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock.go
+++ b/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock.go
@@ -1,6 +1,6 @@
package apns
-import "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/mock"
+import "github.com/stretchr/testify/mock"
type MockClient struct {
mock.Mock
diff --git a/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go b/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go
index 84bbcf8e8..86e997b5a 100644
--- a/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go
+++ b/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go
@@ -4,7 +4,7 @@ import (
"errors"
"testing"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert"
+ "github.com/stretchr/testify/assert"
)
func TestMockClientConnectAndWrite(t *testing.T) {