fix: render Ref-compatible GUI display names
This commit is contained in:
@@ -156,7 +156,8 @@ describe('archive.myPastPlays', () => {
|
||||
leadership: 80,
|
||||
strength: 70,
|
||||
officerLevel: 8,
|
||||
personal: '3',
|
||||
officerLevelText: '제2장군',
|
||||
personal: '-',
|
||||
historyCount: 2,
|
||||
}),
|
||||
expect.objectContaining({
|
||||
@@ -166,9 +167,10 @@ describe('archive.myPastPlays', () => {
|
||||
strength: 71,
|
||||
intel: 61,
|
||||
officerLevel: 7,
|
||||
personal: 'che_의리',
|
||||
special: 'che_상재',
|
||||
special2: 'che_신산',
|
||||
officerLevelText: '제2모사',
|
||||
personal: '의리',
|
||||
special: '상재',
|
||||
special2: '신산',
|
||||
historyCount: 1,
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user