Skip to content

Commit

Permalink
Update assign_name_bloc_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Jan 6, 2025
1 parent c8b99f2 commit 852d3a5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

// class MockFileDataTableItem extends Mock implements FileDataTableItem {}

import 'package:flutter_test/flutter_test.dart';

void main() {
test('test', () {
expect(true, true);
});
}
// void main() {
// setUpAll(() {
// registerFallbackValue(const ARNSUndername(
Expand Down

0 comments on commit 852d3a5

Please sign in to comment.