Skip to content

Commit 4f34522

Browse files
committed
Enable pending test
1 parent b0ac2ee commit 4f34522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

race_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ var _ = Describe("races", func() {
262262
Expect(n).To(Equal(int64(N)))
263263
})
264264

265-
PIt("should BLPop", func() {
265+
It("should BLPop", func() {
266266
var received uint32
267267

268268
wg := performAsync(C, func(id int) {

0 commit comments

Comments
 (0)