fix: broken CSS in the bottom panel fixed

This commit is contained in:
2026-07-18 09:05:31 +02:00
parent 23f05b72f7
commit c77450d497
7 changed files with 13 additions and 33 deletions

View File

@@ -72,7 +72,7 @@ defmodule BDS.UI.TaskGroupingTest do
end
test "empty group summarizes to zero" do
assert %{total: 0, progress: 0.0} = TaskGrouping.summarize_task_group([])
assert %{total: 0, progress: +0.0} = TaskGrouping.summarize_task_group([])
end
end
end