test: 조건부 통합 fixture의 시계와 소유권을 격리한다

This commit is contained in:
2026-08-24 09:18:52 +00:00
parent 7a1254cb3a
commit 69000d4cb9
9 changed files with 78 additions and 26 deletions
@@ -502,7 +502,6 @@ integration('RaiseInvader database persistence', () => {
diplomacyCountsPerNation: [2],
diplomacyStates: ['1:24'],
isunited: 1,
isUnited: 1,
blockChangeScout: false,
});
}
@@ -633,7 +632,6 @@ integration('RaiseInvader database persistence', () => {
result: 'Deleted',
endingEventPresent: false,
isunited: 3,
isUnited: 3,
refreshLimit: 300,
logs: [
'<C>●</>200년 4월:<L><b>【이벤트】</b></>이민족을 모두 소탕했습니다!',
@@ -644,5 +642,5 @@ integration('RaiseInvader database persistence', () => {
} finally {
await dbHooks.close();
}
});
}, 30_000);
});