Skip to content

Commit 9ef2f84

Browse files
committed
removed test class
1 parent d3c8b91 commit 9ef2f84

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/form_builder_validators_test.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,3 @@ void main() {
462462
expect(validator('ABC'), isNotNull);
463463
}));
464464
}
465-
466-
class Test implements Comparable<Test> {
467-
@override
468-
int compareTo(Test other) {
469-
throw UnimplementedError();
470-
}
471-
}

0 commit comments

Comments
 (0)