Add snapshot tests for Facets::execute

This commit is contained in:
Loïc Lecrenier 2022-08-03 16:33:36 +02:00
parent b9907997e4
commit 3a734af159
12 changed files with 139 additions and 1 deletions

View file

@ -30,7 +30,7 @@ pub fn default_db_snapshot_settings_for_test(name: Option<&str>) -> insta::Setti
#[macro_export]
macro_rules! db_snap {
($index:ident, $db_name:ident, $name:literal) => {
($index:ident, $db_name:ident, $name:expr) => {
let settings = $crate::snapshot_tests::default_db_snapshot_settings_for_test(Some(
&format!("{}", $name),
));