Private
Public Access
0
0

minimax: absolute dog shit edits

This commit is contained in:
2026-05-16 15:59:40 -04:00
parent bf5b426c24
commit ec13757097
9 changed files with 170 additions and 157 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import inspect
def test_context_hub_renamed_to_project_settings():
import src.gui_2 as gui_2
source = inspect.getsource(gui_2.App._render_main_interface)
source = inspect.getsource(gui_2.render_main_interface)
assert "Project Settings" in source, (
"Context Hub should be renamed to Project Settings"
)