Refactor test cases for assistant updates to improve consistency

- Standardized formatting in TestUpdateAssistant and assistant_update_test.go to enhance readability.
- Ensured comments clearly indicate which fields are ignored during updates, maintaining clarity in test intentions.
This commit is contained in:
Max 2025-11-08 16:22:29 +08:00
parent fa5b98f5bf
commit 2099921cf4
2 changed files with 4 additions and 5 deletions

View file

@ -1043,4 +1043,3 @@ func BenchmarkUpdateAssistant(b *testing.B) {
resp.Body.Close() resp.Body.Close()
} }
} }