Skip to content

Commit caed549

Browse files
committed
add test case
1 parent 2f923f5 commit caed549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ var _ = Describe("Server", func() {
321321
Expect(r.Val()).To(Equal("OK"))
322322
})
323323

324-
FIt("should ConfigSet write-buffer-size large value", func() {
324+
It("should ConfigSet write-buffer-size large value", func() {
325325
// Test for fix: when setting write-buffer-size value larger than 2147483647,
326326
// the value should not become negative
327327
configSet := client.ConfigSet(ctx, "write-buffer-size", "3000000000")

0 commit comments

Comments
 (0)