From 90e980981075d0e899deb7a108ffdfda06350c76 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 31 Aug 2026 13:02:29 -0700 Subject: [PATCH] Remove reference to untracked local plans/ directory Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_012U7coQfVu8nK2R4q2mCULA --- tests/test_lifespan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_lifespan.py b/tests/test_lifespan.py index 7de8ec42..359ba1c9 100644 --- a/tests/test_lifespan.py +++ b/tests/test_lifespan.py @@ -1,6 +1,6 @@ """ Tests for wiring Datasette startup (setup_db table counts + invoke_startup) -into the ASGI lifespan protocol, per plans/first-request/02-lifespan-startup. +into the ASGI lifespan protocol. These exercise Datasette._startup_sequence() via three different callers: - AsgiLifespan, by hand-driving lifespan.startup messages (no HTTP request)