fix(handlers): resolve truncated conflict marker in delegation_list_test.go #1014

Closed
core-be wants to merge 1 commits from fix/resolve-conflict-marker-delegation-list-test into main

View File

@ -485,10 +485,3 @@ func TestListDelegationsFromActivityLogs_RowsErr(t *testing.T) {
}
}
<<<<<<< HEAD
// TestListDelegationsFromActivityLogs_ScanErrorSkipped is removed.
//
// Same reason as TestListDelegationsFromLedger_ScanError: Go 1.25 causes
// sqlmock.NewRows([]string{}).AddRow(...) to panic in test SETUP. The handler
// has no recover(), so a scan panic would crash the process — the correct
// behaviour. Real-DB integration tests cover this path.