Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added cleanup of collection for the testFindRegex
  • Loading branch information
ArnabChatterjee20k committed Dec 31, 2025
commit 2e13e92297eebcf44cc84b827f9dd4e8ad87ced3
1 change: 1 addition & 0 deletions tests/e2e/Adapter/Scopes/DocumentTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -4030,6 +4030,7 @@ public function testFindRegex(): void
$actualMatches,
"Query should return exactly the documents matching pattern 'Captain' OR 'Frozen'"
);
$database->deleteCollection('movies');
}

public function testFindOrderRandom(): void
Expand Down
Loading