mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
@@ -61,14 +61,6 @@ void main() {
|
||||
);
|
||||
});
|
||||
|
||||
test("of() throws when no provider is found", () {
|
||||
final context = MockBuildContext();
|
||||
expect(
|
||||
() => ArcaneServiceProvider.of(context),
|
||||
throwsException,
|
||||
);
|
||||
});
|
||||
|
||||
testWidgets("updateShouldNotify always returns true", (tester) async {
|
||||
final provider = ArcaneServiceProvider(
|
||||
serviceInstances: testServices,
|
||||
|
||||
Reference in New Issue
Block a user