fix(ai-review): 對齊建問題模式留言順序與命名
This commit is contained in:
+2
-2
@@ -44,7 +44,7 @@ test('agentFailureDetail 在 debug 模式輸出遮罩後片段', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test('postOthersToIssue 批次送出 issue 留言', async () => {
|
||||
test('postOthersToIssue 依序送出 issue 留言以維持排序', async () => {
|
||||
const calls = [];
|
||||
let active = 0;
|
||||
let maxActive = 0;
|
||||
@@ -71,7 +71,7 @@ test('postOthersToIssue 批次送出 issue 留言', async () => {
|
||||
|
||||
assert.equal(calls.length, 2);
|
||||
assert.equal(calls[0].issueNumber, 7);
|
||||
assert.ok(maxActive > 1);
|
||||
assert.equal(maxActive, 1);
|
||||
});
|
||||
|
||||
test('resultFilesToCommit 在建問題模式有嚴重問題時仍提交 findings', () => {
|
||||
|
||||
Reference in New Issue
Block a user