Skip to content

Commit 4a2d75e

Browse files
committed
add lint test
1 parent 53ee4e6 commit 4a2d75e

File tree

1 file changed

+1
-0
lines changed
  • drift_dev/test/linter_test/pkg/lib

1 file changed

+1
-0
lines changed

drift_dev/test/linter_test/pkg/lib/db.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class TestDatabase extends _$TestDatabase {
2626
@override
2727
MigrationStrategy get migration => MigrationStrategy(
2828
onUpgrade: (m, from, to) async {
29+
// expect_lint: unawaited_futures_in_migration
2930
m.addColumn(users, users.name);
3031
},
3132
);

0 commit comments

Comments
 (0)