typo fixes for ijasz

This commit is contained in:
2023-10-17 00:27:32 +02:00
parent 95d777f038
commit cf04e16f34
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -46,11 +46,11 @@ describe('Tamadas Bonusz calculation', () => {
expect(actual).toEqual(expected)
});
it('should double the first base TB for Íjjász', () => {
it('should double the first base TB for Íjász', () => {
const osztaly = Osztaly.Ijasz
const base = TamadasBonusz(osztaly, szint)
const ijjaszDoubleBase = [base[0], ...base]
const expected = ijjaszDoubleBase.map(x => x + modifier)
const ijaszDoubleBase = [base[0], ...base]
const expected = ijaszDoubleBase.map(x => x + modifier)
const actual = CelzoTB({
osztaly,