Skip to content

Commit 9be2a8d

Browse files
committed
Fix unrelated failing test
1 parent c8146b9 commit 9be2a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/testassets/BasicTestApp/FormsTest/NotifyPropertyChangedValidationComponent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
public class TestServiceProvider : IServiceProvider
108108
{
109109
public object GetService(Type serviceType)
110-
=> throw new NotImplementedException();
110+
=> null;
111111
}
112112
}

0 commit comments

Comments
 (0)