diff --git a/test/providers/service_provider_test.dart b/test/providers/service_provider_test.dart index aba83ee..dc2124c 100644 --- a/test/providers/service_provider_test.dart +++ b/test/providers/service_provider_test.dart @@ -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,