learn-co-curriculum / oo-tic-tac-toe

Other
4 stars 641 forks source link

Tests #11

Closed nscarlyon closed 8 years ago

nscarlyon commented 8 years ago

I'm not sure if this is a big deal or not, but in all previous labs, the tests allowed me to pass the constant WIN_COMBINATIONS with [2,4,6] as one of the elements and does not require [6, 4, 2]. However, with this lab, I had to modify the constant by replacing [2,4,6] with [6,4,2](it wouldn't let me include both). After that modification, it passed.