summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/stretchr/testify
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/stretchr/testify')
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go4
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go4
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go2
3 files changed, 5 insertions, 5 deletions
diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go b/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go
index fac7ab828..1935d18da 100644
--- a/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go
+++ b/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go
@@ -14,8 +14,8 @@ import (
"unicode"
"unicode/utf8"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/pmezard/go-difflib/difflib"
+ "github.com/davecgh/go-spew/spew"
+ "github.com/pmezard/go-difflib/difflib"
)
// TestingT is an interface wrapper around *testing.T
diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go
index 36de9e659..111a281b4 100644
--- a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go
+++ b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go
@@ -9,8 +9,8 @@ import (
"sync"
"time"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/objx"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert"
+ "github.com/stretchr/objx"
+ "github.com/stretchr/testify/assert"
)
// TestingT is an interface wrapper around *testing.T
diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go
index 403534dbc..1315ceccb 100644
--- a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go
+++ b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go
@@ -2,7 +2,7 @@ package mock
import (
"errors"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert"
+ "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"testing"
"time"