summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/stretchr/testify/assert
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-23 16:02:16 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-23 16:02:16 -0800
commit2639452967e66c4840164c36817234d3e7c12ac1 (patch)
tree3f43e2778e7ff934a60eece0b9a2aede55431ce8 /Godeps/_workspace/src/github.com/stretchr/testify/assert
parent4f4cd5e63573da4d6edcc7d4213afaca67c19f88 (diff)
downloadchat-2639452967e66c4840164c36817234d3e7c12ac1.tar.gz
chat-2639452967e66c4840164c36817234d3e7c12ac1.tar.bz2
chat-2639452967e66c4840164c36817234d3e7c12ac1.zip
Fixing godep
Diffstat (limited to 'Godeps/_workspace/src/github.com/stretchr/testify/assert')
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go4
1 files changed, 2 insertions, 2 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