statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 71 forks source link

Fix failing tests in `EntryQueryBuilderTest` #275

Closed duncanmcclean closed 2 months ago

duncanmcclean commented 2 months ago

This pull request fixes two failing tests in the EntryQueryBuilderTest.

These fixes were "cherry picked" out of changes in #273.