Remove invalid test

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-04-29 11:58:01 +02:00
parent b7c55913e9
commit cb224560dc
@@ -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,