fix: 장수 명령의 Ref 로그 형식을 복원한다

This commit is contained in:
2026-08-24 19:48:47 +00:00
parent 0e10b64fb7
commit abdf207e66
4 changed files with 15 additions and 2 deletions
@@ -225,6 +225,10 @@ describe('typed item lifecycle events', () => {
format: LogFormat.MONTH,
},
]);
expect(logs.at(-1)).toMatchObject({
message: expect.stringContaining('【판매】'),
format: LogFormat.YEAR_MONTH,
});
expect(outcome.effects).toContainEqual(
expect.objectContaining({
type: 'general:patch',