Skip to content

Commit

Permalink
Quick fix (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 authored Oct 18, 2023
1 parent 32a8cfc commit 55e0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/linked-list/linked-list.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe 'LinkedList', ->
list = new LinkedList()
expect(list.popNode()).toBe undefined

xit ' can count its elements', ->
xit 'can count its elements', ->
list = new LinkedList()
list.pushNode(20)
list.pushNode(30)
Expand Down

0 comments on commit 55e0f0e

Please sign in to comment.