summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go')
-rw-r--r--Godeps/_workspace/src/github.com/anachronistic/apns/client_mock_test.go2
1 files changed, 1 insertions, 1 deletions
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) {