mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
fix typo
This commit is contained in:
parent
6f9729cd2e
commit
a38520c273
@ -16,7 +16,7 @@ describe('Gilded Rose', () => {
|
||||
const items = gildedRose.updateQuality();
|
||||
expect(items[0].name).toBe('foo');
|
||||
});
|
||||
it('The quality of Conjured item should be degraded by twice', () => {
|
||||
it('The quality of Conjured item should be degraded by twice more than normal items', () => {
|
||||
const items = gildedRose.updateQuality();
|
||||
expect(items[1].quality).toBe(6);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user