Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed Mar 28, 2024
1 parent ca5bd2d commit 70a35d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floor_generator/test/processor/entity_processor_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void main() {
expect(
processor.process,
throwsInvalidGenerationSourceError(
EntityProcessorError(classElements).primaryKeyNotFound));
EntityProcessorError(classElements).primaryKeyNotFound));
});
test('compound primary key mismatch', () async {
final classElements = await createClassElement('''
Expand Down

0 comments on commit 70a35d1

Please sign in to comment.