Skip to content

Commit

Permalink
Dont log integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonp2412 committed Jul 18, 2024
1 parent 09e6288 commit 0bd1d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/screenshot_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();

setUpAll(() async {
app.db = AppDatabase();
app.db = AppDatabase(dontLog: true);
await app.db.entries.deleteAll();
await app.db.foods.deleteAll();
await app.db.weights.deleteAll();
Expand Down

0 comments on commit 0bd1d3c

Please sign in to comment.