From 0c3c93d4ee90e9d0bd0329e1d4b13d773b7007c3 Mon Sep 17 00:00:00 2001 From: MrWong99 Date: Wed, 4 Jun 2025 18:15:14 +0200 Subject: [PATCH] fix vecdb highest index test --- discord-bot/pkg/vecdb/vecdb_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-bot/pkg/vecdb/vecdb_test.go b/discord-bot/pkg/vecdb/vecdb_test.go index 1fdb80b..b3f421f 100644 --- a/discord-bot/pkg/vecdb/vecdb_test.go +++ b/discord-bot/pkg/vecdb/vecdb_test.go @@ -52,7 +52,7 @@ func TestStoreAndRetrieve(t *testing.T) { } if index != 86 { - t.Errorf("expected highest index to be 97 and not %d", index) + t.Errorf("expected highest index to be 86 and not %d", index) } result, err := DefaultClient().PromptText(colName, "Was hat Amon an diesem Tag alles erledigt? Antworte in ganz kurzen Stichpunkten!", "Amon")