mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 09:11:39 +00:00
refactor: Update the backstage string to be the same as the python code (and not from the requirements README)
This commit is contained in:
parent
2df4ee7916
commit
bc950ad8d1
@ -2,7 +2,7 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
AGED_BRIE: str = "Aged Brie"
|
AGED_BRIE: str = "Aged Brie"
|
||||||
BACKSTAGE_PASSES: str = "Backstage passes"
|
BACKSTAGE_PASSES: str = "Backstage passes to a TAFKAL80ETC concert"
|
||||||
CONJURED: str = "Conjured"
|
CONJURED: str = "Conjured"
|
||||||
MAX_QUALITY: int = 50
|
MAX_QUALITY: int = 50
|
||||||
MIN_QUALITY: int = 0
|
MIN_QUALITY: int = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user