mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-10 07:33:09 -06:00
Linter
This commit is contained in:
parent
aad398ef51
commit
4ad1a2963f
|
|
@ -190,12 +190,12 @@ func testSyncAccessTokens(t *testing.T, dbType test.DBType) {
|
|||
// been sent to the syncapi
|
||||
func TestSyncAPICreateRoomSyncEarly(t *testing.T) {
|
||||
test.WithAllDatabases(t, func(t *testing.T, dbType test.DBType) {
|
||||
t.SkipNow() // Temporary?
|
||||
testSyncAPICreateRoomSyncEarly(t, dbType)
|
||||
})
|
||||
}
|
||||
|
||||
func testSyncAPICreateRoomSyncEarly(t *testing.T, dbType test.DBType) {
|
||||
t.SkipNow() // Temporary?
|
||||
user := test.NewUser(t)
|
||||
room := test.NewRoom(t, user)
|
||||
alice := userapi.Device{
|
||||
|
|
|
|||
Loading…
Reference in a new issue