include getContentsIds test
This commit is contained in:
parent
1328a0c84d
commit
6b36cd7390
@ -30,6 +30,7 @@ class ExposedContentAPICommonTests {
|
||||
val results = apis.mapIndexed { i, api ->
|
||||
val content = runBlocking { api.createContent(SimpleTextContent(i.toString())) }
|
||||
assert(content != null)
|
||||
assert(runBlocking { api.getContentsIds().size == 1 })
|
||||
content!!
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user