Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdias committed Jul 21, 2023
1 parent 60fd525 commit 6aa6d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/StackExchange.Redis.Tests/StreamTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,6 @@ public void StreamGroupInfoGet()
Assert.Equal(0, groupInfoList[0].EntriesRead);
Assert.Equal(4, groupInfoList[1].Lag);


// Read a single message into the first consumer.
db.StreamReadGroup(key, group1, consumer1, count: 1);

Expand Down

0 comments on commit 6aa6d16

Please sign in to comment.