From 520159fe6ed1299a66331b1a280393d96a29ca42 Mon Sep 17 00:00:00 2001 From: Sidhant29 Date: Sat, 18 Mar 2023 14:56:50 +1000 Subject: [PATCH] Fixed accidental ommision, caused by merge conflicts --- tests/tantivy_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tantivy_test.py b/tests/tantivy_test.py index 402b648..0157103 100644 --- a/tests/tantivy_test.py +++ b/tests/tantivy_test.py @@ -180,6 +180,7 @@ def ram_index_numeric_fields(): return create_index_with_numeric_fields() +@pytest.fixture(scope="class") def spanish_index(): return create_spanish_index()