FC18: typo in test as test FC6 if test should do FC6 test

This commit is contained in:
Willem Cazander 2025-09-07 19:58:56 +02:00
parent 4d26ade723
commit 72b2bd1ab5

View file

@ -89,7 +89,7 @@ public class StenoNumberBase8Test {
@Test @Test
public void testBASE8ChocoLargeFC6() throws Exception { public void testBASE8ChocoLargeFC6() throws Exception {
List<Integer> out = new ArrayList<>(); List<Integer> out = new ArrayList<>();
FourCornerZion7Bereshit writer = FourCornerZionStenoGrapher.writerX18(out); FourCornerZion7Bereshit writer = FourCornerZionStenoGrapher.writerX06(out);
writer.strobeNumberBASE8Choco(FCFlameFremanChocoBase8.CHOCO_0144, FCFlameNumberTaste.NUMBER_POSITIVE, new BigInteger("1393796574908163946345982392040522594123775", 10)); writer.strobeNumberBASE8Choco(FCFlameFremanChocoBase8.CHOCO_0144, FCFlameNumberTaste.NUMBER_POSITIVE, new BigInteger("1393796574908163946345982392040522594123775", 10));
String resX18 = FourCornerUnicodeDisplay.text().renderFromInt18(out); String resX18 = FourCornerUnicodeDisplay.text().renderFromInt18(out);
Assertions.assertEquals("1393796574908163946345982392040522594123775", resX18); Assertions.assertEquals("1393796574908163946345982392040522594123775", resX18);