Skip to content

Commit ed60f9f

Browse files
committed
Add missing paging info
1 parent cc8183b commit ed60f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.UnitTests/ScatterGather/MessageView_ScatterGatherTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public void SetUp()
1717
{
1818
var api = new TestApi(null, null, null);
1919

20-
Results = api.AggregateResults(new ScatterGatherApiMessageViewContext(null, new SortInfo()), GetData());
20+
Results = api.AggregateResults(new ScatterGatherApiMessageViewContext(new PagingInfo(), new SortInfo()), GetData());
2121
}
2222

2323
protected abstract QueryResult<IList<MessagesView>>[] GetData();

0 commit comments

Comments
 (0)