Skip to content

Commit 59353de

Browse files
committed
rename fixtures
1 parent 888f67d commit 59353de

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

bridge_integration_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ var (
5858
//go:embed fixtures/anthropic/non_stream_error.txtar
5959
antNonStreamErr []byte
6060

61-
//go:embed fixtures/openai/simple.txtar
61+
//go:embed fixtures/openai/chatcompletions/simple.txtar
6262
oaiSimple []byte
63-
//go:embed fixtures/openai/single_builtin_tool.txtar
63+
//go:embed fixtures/openai/chatcompletions/single_builtin_tool.txtar
6464
oaiSingleBuiltinTool []byte
65-
//go:embed fixtures/openai/single_injected_tool.txtar
65+
//go:embed fixtures/openai/chatcompletions/single_injected_tool.txtar
6666
oaiSingleInjectedTool []byte
67-
//go:embed fixtures/openai/fallthrough.txtar
67+
//go:embed fixtures/openai/chatcompletions/fallthrough.txtar
6868
oaiFallthrough []byte
69-
//go:embed fixtures/openai/stream_error.txtar
69+
//go:embed fixtures/openai/chatcompletions/stream_error.txtar
7070
oaiMidStreamErr []byte
71-
//go:embed fixtures/openai/non_stream_error.txtar
71+
//go:embed fixtures/openai/chatcompletions/non_stream_error.txtar
7272
oaiNonStreamErr []byte
7373

7474
testTracer = otel.Tracer("forTesting")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)