make check test

This commit is contained in:
dexhorthy
2025-07-21 12:02:38 -07:00
parent 23dede12cf
commit da5876d8b8
2 changed files with 2 additions and 2 deletions

View File

@@ -674,7 +674,7 @@ func TestIntegrationContinueSession(t *testing.T) {
}
if parentSession.Title != originalTitle {
t.Errorf("Parent title changed unexpectedly: got %q, want %q",
t.Errorf("Parent title changed unexpectedly: got %q, want %q",
parentSession.Title, originalTitle)
}
})

View File

@@ -683,7 +683,7 @@ func TestContinueSessionInheritance(t *testing.T) {
t.Run("MultipleContinuations", func(t *testing.T) {
// Test that titles are inherited through multiple generations
// grandparent -> parent -> child
// Create grandparent
grandparentID := "grandparent-title"
grandparentTitle := "Original Family Task"