Removed tester input
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 41s
Pull Request Pipeline / lint (pull_request) Successful in 45s

This commit is contained in:
2026-04-12 01:42:47 +02:00
parent 65704b4a03
commit eeb68496d5

View File

@@ -799,7 +799,7 @@ void main() {
}); });
}); });
testWidgets('validateJsonSchema()', (tester) async { test('validateJsonSchema()', () async {
final validJson = json.encode({ final validJson = json.encode({
'players': [ 'players': [
{ {