Actions
Refactor #22085
closedfacet tests models should have a database table
Description
Some Facet tests register a facet that does not have a database table defined.
This can lead to test failures like this:
PG::UndefinedTable: ERROR: relation "test_classes" does not exist...
'test_facet_helper' creates some database tables for facet tests. The facet tests should use these.
Actions