Moved the index update tests to lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-03-03 13:00:26 -05:00
parent d41b5ff418
commit 43aa53fc49
3 changed files with 120 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ pub enum ErrorID {
FieldMissingData,
FieldNameAlreadyExists,
FieldTypeExpected(FieldType),
IndexEntryAlreadyExists,
IndexEntryAlreadyExists(Field),
InvalidFieldName(Name),
NameAlreadyExists,
NameLanguageNotUnique,