Skip to content

Commit

Permalink
add lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Oct 14, 2024
1 parent 53ee4e6 commit 4a2d75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drift_dev/test/linter_test/pkg/lib/db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class TestDatabase extends _$TestDatabase {
@override
MigrationStrategy get migration => MigrationStrategy(
onUpgrade: (m, from, to) async {
// expect_lint: unawaited_futures_in_migration
m.addColumn(users, users.name);
},
);
Expand Down

0 comments on commit 4a2d75e

Please sign in to comment.