Searched refs:duplicateDataStore (Results 1 – 1 of 1) sorted by relevance
872 val duplicateDataStore = newDataStore(file = file, scope = CoroutineScope(Job())) in <lambda>() constant874 assertThrows<IllegalStateException> { duplicateDataStore.data.first() } in <lambda>()