Skip to content

Commit 59cb156

Browse files
committed
fix: update remaining autoTitleTopicFromSession call in new test
1 parent 1c96b1e commit 59cb156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/tabs_topic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ func TestAutoTitleTopicStripsReasoningLanguagePrefix(t *testing.T) {
13811381
t.Fatalf("write session: %v", err)
13821382
}
13831383

1384-
title, updated := autoTitleTopicFromSession(projectRoot, topic.ID, sessionPath)
1384+
title, updated, _ := autoTitleTopicFromSession(projectRoot, topic.ID, sessionPath, "")
13851385
if !updated {
13861386
t.Fatal("auto title should update")
13871387
}

0 commit comments

Comments
 (0)