Description: Fix package name of testify
 The package now lives at https://github.com/stretchr/testify/
Author: Balasankar C <balasankarc@debian.org>
Last-Update: 2019-04-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/binary_test.go
+++ b/binary_test.go
@@ -9,7 +9,7 @@
 	"testing"
 	"time"
 
-	"github.com/stretchrcom/testify/assert"
+	"github.com/stretchr/testify/assert"
 )
 
 type s0 struct {
