mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +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 {
|
testWidgets("updateShouldNotify always returns true", (tester) async {
|
||||||
final provider = ArcaneServiceProvider(
|
final provider = ArcaneServiceProvider(
|
||||||
serviceInstances: testServices,
|
serviceInstances: testServices,
|
||||||
|
|||||||
Reference in New Issue
Block a user