Skip to content

Commit

Permalink
Update test/repositories/project/project_local_source_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Matías Irland <[email protected]>
  • Loading branch information
fedecor9 and mirland authored Dec 14, 2023
1 parent 78a968f commit 8565b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repositories/project/project_local_source_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void main() {
description: 'Test $index project description',
url: 'test$index.com',
imageUrl: '',
language: 'ES',
language: 'dart',
),
).toList();
await projectDao.insertProjects(projects);
Expand Down

0 comments on commit 8565b11

Please sign in to comment.