Skip to content

Commit b6946f2

Browse files
committed
Improve test name
1 parent 356e0cf commit b6946f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/drift_sqlite_async/test/db_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void main() {
107107
]));
108108
});
109109

110-
test('delete', () async {
110+
test('delete returns affected rows', () async {
111111
for (var i = 0; i < 10; i++) {
112112
await dbu
113113
.into(dbu.todoItems)

0 commit comments

Comments
 (0)