From cb224560dcc0000a7e96b9fe80e25a6112d3359e Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 29 Apr 2025 11:58:01 +0200 Subject: [PATCH] Remove invalid test Signed-off-by: Hans Kokx --- test/providers/service_provider_test.dart | 8 -------- 1 file changed, 8 deletions(-) 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,