mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix typo in comment characters - sorry for commit spam
This commit is contained in:
parent
ac233a2b04
commit
27ef50fe26
1 changed files with 2 additions and 2 deletions
|
|
@ -196,9 +196,9 @@ describe 'User', ->
|
|||
it "doesn't break unbreakables", ->
|
||||
ce = shared.countExists
|
||||
user = newUser()
|
||||
// breakables (includes default weapon_warrior_0):
|
||||
# breakables (includes default weapon_warrior_0):
|
||||
user.items.gear.owned['shield_warrior_1'] = true
|
||||
// unbreakables because off-class or 0 value:
|
||||
# unbreakables because off-class or 0 value:
|
||||
user.items.gear.owned['shield_rogue_1'] = true
|
||||
user.items.gear.owned['head_special_nye'] = true
|
||||
expect(ce user.items.gear.owned).to.be 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue