Skip to content

Commit 1b806cf

Browse files
committed
remove needless line
1 parent 7d6f59f commit 1b806cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd_scripting_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ func TestCJSON(t *testing.T) {
170170
for _, test := range tests {
171171
str, err := redis.String(c.Do("EVAL", test.expr, 0))
172172
ok(t, err)
173-
assert(t, err == nil, "got %v, want no ERR", err)
174173
equals(t, str, test.want)
175174
}
176175

0 commit comments

Comments
 (0)