fix: seed character at resolved south gate
This commit is contained in:
@@ -169,5 +169,11 @@ describe('seedVisibleVerticalSlice', () => {
|
||||
}),
|
||||
]),
|
||||
);
|
||||
expect(characterRepository.rows).toEqual([
|
||||
expect.objectContaining({
|
||||
id: DEMO_CHARACTER_ID,
|
||||
currentLocationId: persistedSouthGateId,
|
||||
}),
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -98,7 +98,7 @@ export async function seedVisibleVerticalSlice(
|
||||
baseHp: 100,
|
||||
baseAttack: 6,
|
||||
currentHp: 100,
|
||||
currentLocationId: SOUTH_GATE_ID,
|
||||
currentLocationId: southGateId,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user