fix: resolve gci formatting issues in test files

This commit is contained in:
caplost 2025-07-21 15:38:59 +08:00
parent 99964e1145
commit 2a89d2c43e
2 changed files with 22 additions and 23 deletions

View File

@ -12,7 +12,6 @@ import (
func TestContextFileSimple(t *testing.T) {
// Test serving an existing file
testFile := "../test_file.txt"
w := httptest.NewRecorder()
c, _ := CreateTestContext(w)
c.Request = httptest.NewRequest(http.MethodGet, "/test", nil)