Skip to content

Commit

Permalink
fix focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Feb 6, 2022
1 parent a21b0c7 commit e39b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/puzzles/cube.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ describe('Cube', () => {
expect(cube.test()).toBe(true)
})

it.only('returns the reversed algorithn', () => {
it('returns the reversed algorithn', () => {
const cube = new Cube({ size: 3 })

expect(cube.unturn('R U R- U-')).toBe('U R U- R-')
Expand Down

0 comments on commit e39b072

Please sign in to comment.