File: rename-testify-package.patch

package info (click to toggle)
golang-github-alecthomas-binary 0.0~git20171101.6e8df1b-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 {