mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
make check test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user