mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-09-24 16:05:44 +08:00
PR #3016's merge appended a verbatim second copy of four TestStream_Reasoning* functions into chatcompletions_responses_stream_lifecycle_test.go, causing 'redeclared in this block' build failures that broke both the test and golangci-lint CI jobs. Remove the duplicate block; each test now appears once.