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/081_getcube/getcube_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/081_getcube/getcube_tests.c') diff --git a/test/081_getcube/getcube_tests.c b/test/081_getcube/getcube_tests.c index 46c324b..916c42b 100644 --- a/test/081_getcube/getcube_tests.c +++ b/test/081_getcube/getcube_tests.c @@ -23,7 +23,7 @@ void run(void) { } else if (!isconsistent(cube)) { printf("Inconsistent cube\n"); } else { - writecube("H48", cube, NISSY_SIZE_H48, str); + writecube(cube, NISSY_SIZE_CUBE, str); printf("%s\n", str); } } -- cgit v1.3