Skip to content

Commit 887a745

Browse files
committed
add message to tests
1 parent 0546b53 commit 887a745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ main() {
7070
connectionOnDisk(test);
7171
connectionInMemory(test);
7272
});
73+
print("All tests pass!");
7374
}
7475

7576
createBlogTable(db) {
@@ -105,4 +106,4 @@ connectionInMemory(callback(connection)) {
105106
} finally {
106107
c.close();
107108
}
108-
}
109+
}

0 commit comments

Comments
 (0)