Refine backendless share intake
This commit is contained in:
@@ -19,7 +19,7 @@ void main() {
|
||||
addTearDown(container.dispose);
|
||||
|
||||
final initial = await container.read(localRepositoryProvider.future);
|
||||
expect(initial.people, isNotEmpty);
|
||||
expect(initial.people, isEmpty);
|
||||
|
||||
await container
|
||||
.read(localRepositoryProvider.notifier)
|
||||
|
||||
Reference in New Issue
Block a user