[lbry] cleanup: fix CI errors
This commit is contained in:
parent
353d08bb91
commit
c5b4662aa8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func TestStringRoundTrip(t *testing.T) {
|
||||||
}
|
}
|
||||||
for _, d := range data {
|
for _, d := range data {
|
||||||
s := string(d)
|
s := string(d)
|
||||||
r.Equal(s, fmt.Sprintf("%s", d))
|
r.Equal(s, fmt.Sprintf("%s", d)) // nolint
|
||||||
d2 := []byte(s)
|
d2 := []byte(s)
|
||||||
r.Equal(len(d), len(s))
|
r.Equal(len(d), len(s))
|
||||||
r.Equal(d, d2)
|
r.Equal(d, d2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue