Skip to content

Commit 3c61e86

Browse files
committed
trigger test workflow
1 parent fd1be7a commit 3c61e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drift/example/example.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Future<void> runApp() async {
3030

3131
await db.into(db.todoItems).insert(
3232
TodoItemsCompanion.insert(
33-
title: 'This is a test thing',
33+
title: 'This is a test item',
3434
content: 'test',
3535
),
3636
);

0 commit comments

Comments
 (0)