Skip to content

Commit

Permalink
test: clear db
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Feb 28, 2024
1 parent 5d4215d commit 8702fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/find_many_include_ref_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ void main() {
await client.$connect();

// Clear database
await client.post.deleteMany();
await client.user.deleteMany();
});

Expand Down

0 comments on commit 8702fc3

Please sign in to comment.