fix(api): sweep every remaining test fixture off level/experience/requiredLevel/experienceReward
This commit is contained in:
@@ -159,7 +159,7 @@ function createState(overrides: Partial<State> = {}): State {
|
||||
id: BANDIT_BLADE,
|
||||
key: 'bandit-blade',
|
||||
name: 'Räuberklinge',
|
||||
type: ItemType.WEAPON,
|
||||
type: ItemType.EQUIPMENT,
|
||||
rarity: ItemRarity.COMMON,
|
||||
iconPath: '/images/items/bandit-blade.png',
|
||||
} as ItemDefinition,
|
||||
@@ -437,7 +437,7 @@ describe('CombatRewardService', () => {
|
||||
id: BANDIT_BLADE,
|
||||
key: 'bandit-blade',
|
||||
name: 'Räuberklinge',
|
||||
type: ItemType.WEAPON,
|
||||
type: ItemType.EQUIPMENT,
|
||||
rarity: ItemRarity.COMMON,
|
||||
iconPath: '/images/items/bandit-blade.png',
|
||||
} as ItemDefinition,
|
||||
@@ -445,7 +445,7 @@ describe('CombatRewardService', () => {
|
||||
id: BANDIT_HOOD,
|
||||
key: 'bandit-hood',
|
||||
name: 'Räuberkapuze',
|
||||
type: ItemType.ARMOR,
|
||||
type: ItemType.EQUIPMENT,
|
||||
rarity: ItemRarity.COMMON,
|
||||
iconPath: '/images/items/bandit-hood.png',
|
||||
} as ItemDefinition,
|
||||
|
||||
Reference in New Issue
Block a user