diff options
Diffstat (limited to 'test/02_move')
| -rw-r--r-- | test/02_move/move_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/02_move/move_tests.c b/test/02_move/move_tests.c index ac25de3..333c8ee 100644 --- a/test/02_move/move_tests.c +++ b/test/02_move/move_tests.c | |||
| @@ -29,8 +29,8 @@ int main() { | |||
| 29 | 29 | ||
| 30 | if (iserror(cube)) { | 30 | if (iserror(cube)) { |
| 31 | printf("Error moving cube\n"); | 31 | printf("Error moving cube\n"); |
| 32 | } else if (!isconsistent(cube)) { | 32 | } else if (!issolvable(cube)) { |
| 33 | printf("Moved cube is inconsistent\n"); | 33 | printf("Moved cube is not solvable\n"); |
| 34 | } else { | 34 | } else { |
| 35 | writecube(cube, str); | 35 | writecube(cube, str); |
| 36 | printf("%s\n", str); | 36 | printf("%s\n", str); |
