From cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 11:14:06 +0200 Subject: Updated tests and added fixed =A to B32 output --- test/001_pieces/pieces_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/001_pieces/pieces_tests.c') diff --git a/test/001_pieces/pieces_tests.c b/test/001_pieces/pieces_tests.c index 2e6460b..452a11b 100644 --- a/test/001_pieces/pieces_tests.c +++ b/test/001_pieces/pieces_tests.c @@ -13,7 +13,7 @@ void run(void) { while (*aux != '\n') aux++; - cube = readcube("H48", str); + cube = readcube(str); pieces(&cube, corner, edge); for (i = 0; i < 8; i++) -- cgit v1.3