fix: 修复测试文件格式问题

- 修正测试文件中的换行符和格式
- 确保所有测试文件的一致性
This commit is contained in:
ryan
2025-12-24 17:22:50 +08:00
parent bdca8b59e0
commit e54d3c96b7
4 changed files with 82 additions and 86 deletions

View File

@@ -334,4 +334,3 @@ func TestClusterSafety_ConcurrentStatusUpdate(t *testing.T) {
t.Log("✅ CAS mechanism working correctly - Only one update succeeded")
}

View File

@@ -286,4 +286,3 @@ func TestCursorInitialization(t *testing.T) {
t.Log("✅ Cursor initialization verification PASSED")
t.Log(strings.Repeat("=", 60))
}

View File

@@ -613,4 +613,3 @@ func TestPG_PersistenceClient_Query_Integration(t *testing.T) {
func strPtr(s string) *string {
return &s
}

View File

@@ -287,4 +287,3 @@ func TestPersistenceClient_QueryOperations(t *testing.T) {
assert.Equal(t, StatusNotTrustlogged, status)
})
}