Skip to content

Commit 24902eb

Browse files
Copilotpatniko
andcommitted
Fix Go test function name to use ask_user folder and remove unused askuser folder
Co-authored-by: patniko <26906478+patniko@users.noreply.github.com>
1 parent 759a602 commit 24902eb

File tree

4 files changed

+1
-64
lines changed

4 files changed

+1
-64
lines changed

go/e2e/ask_user_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/github/copilot-sdk/go/e2e/testharness"
1010
)
1111

12-
func TestAskUser(t *testing.T) {
12+
func TestAsk_User(t *testing.T) {
1313
ctx := testharness.NewTestContext(t)
1414
client := ctx.NewClient()
1515
t.Cleanup(func() { client.ForceStop() })

test/snapshots/askuser/should_handle_freeform_user_input_response.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

test/snapshots/askuser/should_invoke_user_input_handler_when_model_uses_ask_user_tool.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

test/snapshots/askuser/should_receive_choices_in_user_input_request.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)