Try fix unit tests

This commit is contained in:
Eric Eastwood 2021-01-16 01:07:52 -06:00
parent fe7acc63fa
commit 6fd8459447
2 changed files with 9 additions and 1 deletions

View file

@ -367,7 +367,7 @@ func newTestSyncRequest(userID, deviceID string, since types.StreamingToken) typ
Timeout: 1 * time.Minute,
Since: since,
WantFullState: false,
Limit: 20,
Filter: gomatrixserverlib.DefaultFilter(),
Log: util.GetLogger(context.TODO()),
Context: context.TODO(),
}