From 8ee2b9a7f79539164af731a372ab7a5d5b4c26c3 Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Fri, 12 Jun 2026 12:14:43 +0200 Subject: [PATCH] fix: unit test for TD-08 --- test/bds/ai/chat_sandbox_cleanup_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bds/ai/chat_sandbox_cleanup_test.exs b/test/bds/ai/chat_sandbox_cleanup_test.exs index fb32b46..86928e7 100644 --- a/test/bds/ai/chat_sandbox_cleanup_test.exs +++ b/test/bds/ai/chat_sandbox_cleanup_test.exs @@ -62,4 +62,4 @@ defmodule BDS.AI.ChatSandboxCleanupTest do assert Repo.aggregate(BDS.AI.ChatMessage, :count, :id) == 2 assert_received {:runtime_request, _endpoint, %{operation: :chat}} end -end \ No newline at end of file +end