Fix test compilation

This commit is contained in:
Benoit Marty 2022-01-10 18:36:04 +01:00
parent 3bdb05f7b4
commit 7581a0b549
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ class SpaceHierarchyTest : InstrumentedTest {
?.setUserPowerLevel(aliceSession.myUserId, Role.Admin.value) ?.setUserPowerLevel(aliceSession.myUserId, Role.Admin.value)
?.toContent() ?.toContent()
room.sendStateEvent(EventType.STATE_ROOM_POWER_LEVELS, null, newPowerLevelsContent!!) room.sendStateEvent(EventType.STATE_ROOM_POWER_LEVELS, stateKey = "", newPowerLevelsContent!!)
it.countDown() it.countDown()
} }