Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnTew committed Jan 20, 2025
1 parent ed38403 commit 974e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/admin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ var _ = Describe("Admin", Ordered, func() {
Expect(resKillFilter.Val()).To(Equal(int64(0)))

resKillFilter = conn.ClientKillByFilter(ctx, "ID", "1")
Expect(resKillFilter.Err()).To(MatchError("ERR No such client"))
Expect(resKillFilter.Err()).To(MatchError("EOF"))
Expect(resKillFilter.Val()).To(Equal(int64(0)))
})

Expand Down

0 comments on commit 974e491

Please sign in to comment.