Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdias committed Jul 21, 2023
1 parent 2de5851 commit 60fd525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/StackExchange.Redis.Tests/StreamTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ 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 60fd525

Please sign in to comment.